mirror of
https://github.com/tkuschel/bees.git
synced 2025-11-18 07:19:14 +01:00
bees: remove file open serialization mutex
It is no longer necessary. Signed-off-by: Zygo Blaxell <bees@furryterror.org> (cherry picked from commit 5c9104555768801701df15f512c4d3d7c579398b)
This commit is contained in:
@@ -254,7 +254,6 @@ ostream& operator<<(ostream &os, const BeesFileId &bfi);
|
||||
|
||||
class BeesFileRange {
|
||||
protected:
|
||||
static mutex s_mutex;
|
||||
mutable Fd m_fd;
|
||||
mutable BeesFileId m_fid;
|
||||
off_t m_begin, m_end;
|
||||
|
||||
Reference in New Issue
Block a user