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)
commit74564fb48cbfcb5b433c1baec1f3158ea638b203
tree8c927f98ca8696c01e7ce8e325f4ebb511afc320
parent88877d2b9727a14431bfe48216ff86331ab47ea5
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 <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_vnode.h