From: Trond Myklebust Date: Thu, 23 Oct 2014 16:33:14 +0000 (+0300) Subject: NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENT X-Git-Tag: omap-for-v3.19/fixes-for-merge-window~109^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=809fd143de8805970eec02c27c0bc2622a6ecbda;p=pandora-kernel.git NFSv4: Ensure nfs_atomic_open set the dentry verifier on ENOENT If the OPEN rpc call to the server fails with an ENOENT call, nfs_atomic_open will create a negative dentry for that file, however it currently fails to call nfs_set_verifier(), thus causing the dentry to be immediately revalidated on the next call to nfs_lookup_revalidate() instead of following the usual lookup caching rules. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed