diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_sync.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.h b/fs/xfs/linux-2.6/xfs_sync.h index 3b49aa3bb5fc..23117a17fdef 100644 --- a/fs/xfs/linux-2.6/xfs_sync.h +++ b/fs/xfs/linux-2.6/xfs_sync.h | |||
@@ -45,4 +45,7 @@ void xfs_quiesce_attr(struct xfs_mount *mp); | |||
45 | void xfs_flush_inode(struct xfs_inode *ip); | 45 | void xfs_flush_inode(struct xfs_inode *ip); |
46 | void xfs_flush_device(struct xfs_inode *ip); | 46 | void xfs_flush_device(struct xfs_inode *ip); |
47 | 47 | ||
48 | int xfs_finish_reclaim(struct xfs_inode *ip, int locked, int sync_mode); | ||
49 | int xfs_finish_reclaim_all(struct xfs_mount *mp, int noblock, int mode); | ||
50 | |||
48 | #endif | 51 | #endif |