mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Fixed comment (minor)
This commit is contained in:
parent
20aacf3ab4
commit
3a5391a2f0
@ -697,7 +697,7 @@ public class CephMount {
|
||||
/**
|
||||
* Apply or remove an advisory lock.
|
||||
*
|
||||
* @param fd File descriptor to synchronize.
|
||||
* @param fd File descriptor to lock or unlock.
|
||||
* @param operation the advisory lock operation to be performed on the file
|
||||
* descriptor among LOCK_SH (shared lock), LOCK_EX (exclusive lock),
|
||||
* or LOCK_UN (remove lock). The LOCK_NB value can be ORed to perform a
|
||||
|
Loading…
Reference in New Issue
Block a user