diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.c')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_sync.c | 4 |
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 | */ |
311 | int | 311 | STATIC int |
312 | xfs_sync_data( | 312 | xfs_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 | */ |
332 | int | 332 | STATIC int |
333 | xfs_sync_attr( | 333 | xfs_sync_attr( |
334 | struct xfs_mount *mp, | 334 | struct xfs_mount *mp, |
335 | int flags) | 335 | int flags) |