]> Git Repo - linux.git/commit
xfs: clean up xfs_inactive() error handling, kill VN_INACTIVE_[NO]CACHE
authorBrian Foster <[email protected]>
Fri, 20 Sep 2013 15:06:12 +0000 (11:06 -0400)
committerBen Myers <[email protected]>
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 <[email protected]>
Reviewed-by: Dave Chinner <[email protected]>
Signed-off-by: Ben Myers <[email protected]>
fs/xfs/xfs_inode.c
fs/xfs/xfs_inode.h
fs/xfs/xfs_vnode.h
This page took 0.052929 seconds and 4 git commands to generate.