mirror of
https://github.com/google/leveldb.git
synced 2025-01-23 10:03:16 +08:00
Merge pull request #457 from jellor:patch-2
PiperOrigin-RevId: 247261470
This commit is contained in:
commit
3e6c000e18
@ -463,7 +463,7 @@ class PosixFileLock : public FileLock {
|
|||||||
|
|
||||||
// Tracks the files locked by PosixEnv::LockFile().
|
// Tracks the files locked by PosixEnv::LockFile().
|
||||||
//
|
//
|
||||||
// We maintain a separate set instead of relying on fcntrl(F_SETLK) because
|
// We maintain a separate set instead of relying on fcntl(F_SETLK) because
|
||||||
// fcntl(F_SETLK) does not provide any protection against multiple uses from the
|
// fcntl(F_SETLK) does not provide any protection against multiple uses from the
|
||||||
// same process.
|
// same process.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user