summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorPeter Staubach2007-01-26 09:57:00 +0100
committerLinus Torvalds2007-01-26 22:50:59 +0100
commitc397852c3ddad582ead8c57fbc48bdeccd995a30 (patch)
tree32510f921ce2d901c26cc8b38734b7454b07d2df /MAINTAINERS
parent[PATCH] knfsd: replace some warning ins nfsfh.h with BUG_ON or WARN_ON (diff)
downloadkernel-qcow2-linux-c397852c3ddad582ead8c57fbc48bdeccd995a30.tar.gz
kernel-qcow2-linux-c397852c3ddad582ead8c57fbc48bdeccd995a30.tar.xz
kernel-qcow2-linux-c397852c3ddad582ead8c57fbc48bdeccd995a30.zip
[PATCH] knfsd: Don't mess with the 'mode' when storing a exclusive-create cookie
NFS V3 (and V4) support exclusive create by passing a 'cookie' which can get stored with the file. If the file exists but has exactly the right cookie stored, then we assume this is a retransmit and the exclusive create was successful. The cookie is 64bits and is traditionally stored in the mtime and atime fields. This causes a problem with Solaris7 as negative mtime or atime confuse it. So we moved two bits into the mode word instead. But inherited ACLs sometimes overwrite the mode word on create, so this is a problem. So we give up and just store 62 of the 64 bits and assume that is close enough. Signed-off-by: Neil Brown <neilb@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions