git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5835f33
)
fuse: clean up return in fuse_dentry_revalidate()
author
Miklos Szeredi
<mszeredi@suse.cz>
Thu, 5 Sep 2013 09:44:43 +0000
(11:44 +0200)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Thu, 5 Sep 2013 20:23:54 +0000
(16:23 -0400)
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>
No differences found