commit | e2a6b95236eba5341253a2e4a50946355f887303 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <mszeredi@suse.cz> | Thu Sep 05 11:44:43 2013 +0200 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Sep 05 16:23:54 2013 -0400 |
tree | c85bd19135c6a9242e81c30eb0c81091c84d9c03 | |
parent | 5835f3390e35ae3da9add646a2ca2cc30b47370e [diff] |
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 <mszeredi@suse.cz> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>