From: Brian Foster Date: Fri, 20 Sep 2013 15:06:12 +0000 (-0400) Subject: xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE X-Git-Tag: v3.13-rc1~87^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74564fb48cbfcb5b433c1baec1f3158ea638b203;p=pandora-kernel.git xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE The xfs_inactive() return value is meaningless. Turn xfs_inactive() into a void function and clean up the error handling appropriately. Kill the VN_INACTIVE_[NO]CACHE directives as they are not relevant to Linux. Signed-off-by: Brian Foster Reviewed-by: Dave Chinner Signed-off-by: Ben Myers --- Reading git-diff-tree failed