Details
-
Bug
-
Resolution: Fixed
-
Blocker
-
Lustre 2.1.0
-
None
-
3
-
22,660
-
5058
Description
Lustre grants flock exclusive locks on two file descriptors for the same
file in the same process. However, the second flock SHOULD fail.
Fortunately, the VFS already has the correct behavior. And since we are
already calling the flock_lock_file_wait() or posix_lock_file_wait() VFS
calls, we just need to record that return code and return it in
ll_file_lock().
This patch was already landed on 1.8, needs to land on master.
Integrated in
hydra-server » x86_64,el5 #12
Initial 'events' interface (
LU-104,LU-122)john :
Files :