Searched hist:e2a6b95236eba5341253a2e4a50946355f887303 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/fuse/ |
H A D | dir.c | diff e2a6b95236eba5341253a2e4a50946355f887303 Thu Sep 05 04:44:43 CDT 2013 Miklos Szeredi <mszeredi@suse.cz> 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>
|