aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c
index 15fb262ef868..b87e45577a58 100644
--- a/fs/xfs/linux-2.6/xfs_super.c
+++ b/fs/xfs/linux-2.6/xfs_super.c
@@ -948,7 +948,7 @@ xfs_fs_write_inode(
948 * it dirty again so we'll try again later. 948 * it dirty again so we'll try again later.
949 */ 949 */
950 if (error) 950 if (error)
951 mark_inode_dirty_sync(inode); 951 xfs_mark_inode_dirty_sync(XFS_I(inode));
952 952
953 return -error; 953 return -error;
954} 954}