aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.c')
-rw-r--r--fs/xfs/linux-2.6/xfs_sync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.c b/fs/xfs/linux-2.6/xfs_sync.c
index 0283b88bc16c..66cefb274385 100644
--- a/fs/xfs/linux-2.6/xfs_sync.c
+++ b/fs/xfs/linux-2.6/xfs_sync.c
@@ -308,7 +308,7 @@ xfs_sync_inode_attr(
308/* 308/*
309 * Write out pagecache data for the whole filesystem. 309 * Write out pagecache data for the whole filesystem.
310 */ 310 */
311int 311STATIC int
312xfs_sync_data( 312xfs_sync_data(
313 struct xfs_mount *mp, 313 struct xfs_mount *mp,
314 int flags) 314 int flags)
@@ -329,7 +329,7 @@ xfs_sync_data(
329/* 329/*
330 * Write out inode metadata (attributes) for the whole filesystem. 330 * Write out inode metadata (attributes) for the whole filesystem.
331 */ 331 */
332int 332STATIC int
333xfs_sync_attr( 333xfs_sync_attr(
334 struct xfs_mount *mp, 334 struct xfs_mount *mp,
335 int flags) 335 int flags)