xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE
authorBrian Foster <bfoster@redhat.com>
Fri, 20 Sep 2013 15:06:12 +0000 (11:06 -0400)
committerBen Myers <bpm@sgi.com>
Tue, 8 Oct 2013 22:20:41 +0000 (17:20 -0500)
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 <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>

No differences found