]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - fs/dcache.c
vfs: Make d_invalidate return void
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 13 Feb 2014 17:46:25 +0000 (09:46 -0800)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 9 Oct 2014 06:38:57 +0000 (02:38 -0400)
commit5542aa2fa7f6cddb03c4ac3135e390adffda98ca
treeadfb3c0923c8f00e7946e85c1d8742dc89f0cce7
parent1ffe46d11cc88479797b262f60d92e5fb461b411
vfs: Make d_invalidate return void

Now that d_invalidate can no longer fail, stop returning a useless
return code.  For the few callers that checked the return code update
remove the handling of d_invalidate failure.

Reviewed-by: Miklos Szeredi <miklos@szeredi.hu>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/btrfs/ioctl.c
fs/cifs/readdir.c
fs/dcache.c
fs/fuse/dir.c
fs/namei.c
fs/nfs/dir.c
include/linux/dcache.h