commit | 74564fb48cbfcb5b433c1baec1f3158ea638b203 | [log] [tgz] |
---|---|---|
author | Brian Foster <bfoster@redhat.com> | Fri Sep 20 11:06:12 2013 -0400 |
committer | Ben Myers <bpm@sgi.com> | Tue Oct 08 17:20:41 2013 -0500 |
tree | 8c927f98ca8696c01e7ce8e325f4ebb511afc320 | |
parent | 88877d2b9727a14431bfe48216ff86331ab47ea5 [diff] |
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>