]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vfs: Make d_invalidate return void
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 13 Feb 2014 17:46:25 +0000 (09:46 -0800)
committerEric W. Biederman <ebiederm@xmission.com>
Tue, 25 Feb 2014 03:48:38 +0000 (19:48 -0800)
commit23135a9bd70092395bd0c287cc916e0c3d230550
treef7d3755cf26c086c329ea4ac3eedd38b3e347459
parente9dc4742717d1f9d86bc82879d7edb2fb4b1886e
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>
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