aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAl Viro <[email protected]>2006-01-18 17:43:48 -0800
committerLinus Torvalds <[email protected]>2006-01-18 19:20:28 -0800
commit7fcd53303de8dbbed863f6471ca92eb96a1faa28 (patch)
tree6a2b08da2310c5dc5b57b11558ecc09ebd6ecba7 /scripts
parentde1ae286f863c46b7c8f9bed97df17d7f5ea510c (diff)
[PATCH] nfsd4_lock() returns bogus values to clients
missing nfserrno() in default case of a switch by return value of posix_lock_file(); as the result we send negative host-endian to clients that expect positive network-endian, preferably mentioned in RFC... BTW, that case is not impossible - posix_lock_file() can return -ENOLCK and we do not handle that one explicitly. Signed-off-by: Al Viro <[email protected]> Signed-off-by: Neil Brown <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions