From: Eric W. Biederman Date: Thu, 13 Feb 2014 17:46:25 +0000 (-0800) Subject: vfs: Make d_invalidate return void X-Git-Tag: fixes-against-v3.18-rc2~105^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5542aa2fa7f6cddb03c4ac3135e390adffda98ca;p=pandora-kernel.git 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 Signed-off-by: "Eric W. Biederman" Signed-off-by: Al Viro --- Reading git-diff-tree failed