Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Log::reopen_log_file: take m_flush_mutex
Otherwise, _flush() might continue to write to m_fd after it's closed. This might cause log data to go to a data object if the filestore then reuses the fd during that time. Fixes: ceph#12465 Backport: firefly, hammer Signed-off-by: Samuel Just <[email protected]>
- Loading branch information