From: Miklos Szeredi Date: Thu, 5 Sep 2013 09:44:43 +0000 (+0200) Subject: fuse: clean up return in fuse_dentry_revalidate() X-Git-Tag: v3.12-rc1~105^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a6b95236eba5341253a2e4a50946355f887303;p=pandora-kernel.git fuse: clean up return in fuse_dentry_revalidate() On errors unrelated to the filesystem's state (ENOMEM, ENOTCONN) return the error itself from ->d_revalidate() insted of returning zero (invalid). Also make a common label for invalidating the dentry. This will be used by the next patch. Signed-off-by: Miklos Szeredi Signed-off-by: Al Viro --- Reading git-diff-tree failed