fs: pass exact type of data dirties to ->dirty_inode
[cascardo/linux.git] / fs / xfs / linux-2.6 / xfs_super.c
index 98b9c91..1e3a7ce 100644 (file)
@@ -925,7 +925,8 @@ xfs_fs_inode_init_once(
  */
 STATIC void
 xfs_fs_dirty_inode(
-       struct inode    *inode)
+       struct inode    *inode,
+       int             flags)
 {
        barrier();
        XFS_I(inode)->i_update_core = 1;