commit | 8edeaa3f29b418f621542c72d77ba0c639e6d457 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 06 12:12:01 2011 +0200 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Jul 06 12:12:01 2011 +0200 |
tree | 2ed1297e688d1f37c7b92ce09dfb38025066900c | |
parent | c605b5f73c458eeacdb6653e6899b5ebe7f1fc1a [diff] |
Add ->flock() operation to low and high level interfaces This fixes problems with emulating flock() with POSIX locking. Reported by Sebastian Pipping. As with lock/setlk/getlk most filesystems don't need to implement this, as the kernel takes care of file locking. The only reason to implement locking operations is for network filesystems which want file locking to work between clients.