From: Miklos Szeredi Date: Thu, 5 Sep 2013 09:44:40 +0000 (+0200) Subject: nfs: use check_submounts_and_drop() X-Git-Tag: v3.12-rc1~105^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13caa9fb5b4ce040379523037a0ce4ef867ee0c0;p=pandora-kernel.git nfs: use check_submounts_and_drop() Do have_submounts(), shrink_dcache_parent() and d_drop() atomically. check_submounts_and_drop() can deal with negative dentries and non-directories as well. Non-directories can also be mounted on. And just like directories we don't want these to disappear with invalidation. Signed-off-by: Miklos Szeredi CC: Trond Myklebust Signed-off-by: Al Viro --- Reading git-diff-tree failed