From: Trond Myklebust Date: Thu, 13 Jan 2011 19:15:50 +0000 (-0500) Subject: NFS: Fix NFSv3 exclusive open semantics X-Git-Tag: v2.6.38-rc1~227 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a0eebf66e3b1deae036553ba641a9c2bdbae678;p=pandora-kernel.git NFS: Fix NFSv3 exclusive open semantics Commit c0204fd2b8fe047b18b67e07e1bf2a03691240cd (NFS: Clean up nfs4_proc_create()) broke NFSv3 exclusive open by removing the code that passes the O_EXCL flag down to nfs3_proc_create(). This patch reverts that offending hunk from the original commit. Reported-by: Nick Bowler Signed-off-by: Trond Myklebust Cc: stable@kernel.org [2.6.37] Tested-by: Nick Bowler Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed