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)
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>

No differences found