From: Trond Myklebust Date: Tue, 16 Apr 2013 22:42:34 +0000 (-0400) Subject: NFSv4: Record the OPEN create mode used in the nfs4_opendata structure X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549b19cc9f31e8fdda317625d564bac0052a3328;p=pandora-kernel.git NFSv4: Record the OPEN create mode used in the nfs4_opendata structure If we're doing NFSv4.1 against a server that has persistent sessions, then we should not need to call SETATTR in order to reset the file attributes immediately after doing an exclusive create. Note that since the create mode depends on the type of session that has been negotiated with the server, we should not choose the mode until after we've got a session slot. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed