aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/xfs_inode.c')
-rw-r--r--fs/xfs/xfs_inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c
index 44dfac521285..cd518581a3bb 100644
--- a/fs/xfs/xfs_inode.c
+++ b/fs/xfs/xfs_inode.c
@@ -2125,7 +2125,7 @@ xfs_iunlink_remove(
2125 return 0; 2125 return 0;
2126} 2126}
2127 2127
2128static __inline__ int xfs_inode_clean(xfs_inode_t *ip) 2128STATIC_INLINE int xfs_inode_clean(xfs_inode_t *ip)
2129{ 2129{
2130 return (((ip->i_itemp == NULL) || 2130 return (((ip->i_itemp == NULL) ||
2131 !(ip->i_itemp->ili_format.ilf_fields & XFS_ILOG_ALL)) && 2131 !(ip->i_itemp->ili_format.ilf_fields & XFS_ILOG_ALL)) &&