fs: pass exact type of data dirties to ->dirty_inode
[deliverable/linux.git] / fs / xfs / linux-2.6 / xfs_super.c
index 98b9c91fcdf1d9d101339aadaea2740e74cb6506..1e3a7ce804dce2feb1956036eec54ac7ed27da36 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;
This page took 0.024618 seconds and 5 git commands to generate.