git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6f0291
)
[PATCH] fix posix lock on NFS
author
ASANO Masahiro
<masano@tnes.nec.co.jp>
Thu, 22 Dec 2005 04:24:54 +0000
(13:24 +0900)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 22 Dec 2005 17:24:05 +0000
(09:24 -0800)
NFS client prevents mandatory lock, but there is a flaw on it; Locks are
possibly left if the mode is changed while locking.
This permits unlocking even if the mandatory lock bits are set.
Signed-off-by: ASANO Masahiro <masano@tnes.nec.co.jp>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found