From: Jeff Layton Date: Tue, 31 Jul 2007 07:37:51 +0000 (-0700) Subject: knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVE X-Git-Tag: v2.6.23-rc2~120 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749997e5127a1df6b68a10c686af3f5b819a41a2;p=pandora-kernel.git knfsd: set the response bitmask for NFS4_CREATE_EXCLUSIVE RFC 3530 says: If the server uses an attribute to store the exclusive create verifier, it will signify which attribute by setting the appropriate bit in the attribute mask that is returned in the results. Linux uses the atime and mtime to store the verifier, but sends a zeroed out bitmask back to the client. This patch makes sure that we set the correct bits in the bitmask in this situation. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields Cc: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed