diff options
author | David Chinner <david@fromorbit.com> | 2008-10-30 02:06:08 -0400 |
---|---|---|
committer | Lachlan McIlroy <lachlan@sgi.com> | 2008-10-30 02:06:08 -0400 |
commit | fe4fa4b8e463fa5848ef9e86ed75d27501d0da1e (patch) | |
tree | 8b3ec6b29f7bb2c604aebb7d9e99b2670ec5e87e /fs/xfs/linux-2.6/xfs_super.c | |
parent | 34519daae6778d129d56688f75ade27f6011bac9 (diff) |
[XFS] move sync code to its own file
The sync code in XFS is spread around several files. While it used to make
sense to have such a distribution, the code is about to be cleaned up and
so centralising it in one spot as the first step makes sense.
SGI-PV: 988139
SGI-Modid: xfs-linux-melb:xfs-kern:32282a
Signed-off-by: David Chinner <david@fromorbit.com>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
Signed-off-by: Christoph Hellwig <hch@infradead.org>
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_super.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_super.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_super.c b/fs/xfs/linux-2.6/xfs_super.c index 0c71c2158535..727d0e47e80f 100644 --- a/fs/xfs/linux-2.6/xfs_super.c +++ b/fs/xfs/linux-2.6/xfs_super.c | |||
@@ -59,6 +59,7 @@ | |||
59 | #include "xfs_extfree_item.h" | 59 | #include "xfs_extfree_item.h" |
60 | #include "xfs_mru_cache.h" | 60 | #include "xfs_mru_cache.h" |
61 | #include "xfs_inode_item.h" | 61 | #include "xfs_inode_item.h" |
62 | #include "xfs_sync.h" | ||
62 | 63 | ||
63 | #include <linux/namei.h> | 64 | #include <linux/namei.h> |
64 | #include <linux/init.h> | 65 | #include <linux/init.h> |