mirror of
https://github.com/Zygo/bees.git
synced 2025-06-17 01:56:16 +02:00
bees: remove file open serialization mutex
It is no longer necessary.
Signed-off-by: Zygo Blaxell <bees@furryterror.org>
(cherry picked from commit 5c91045557
)
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