diff options
Diffstat (limited to 'fs/xfs/xfs_sync.h')
| -rw-r--r-- | fs/xfs/xfs_sync.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/xfs/xfs_sync.h b/fs/xfs/xfs_sync.h index 8d58fab72a1..0018e846f0d 100644 --- a/fs/xfs/xfs_sync.h +++ b/fs/xfs/xfs_sync.h @@ -26,14 +26,11 @@ struct xfs_perag;  extern struct workqueue_struct	*xfs_syncd_wq;	/* sync workqueue */ -void xfs_flush_worker(struct work_struct *work);  void xfs_reclaim_worker(struct work_struct *work);  int xfs_quiesce_data(struct xfs_mount *mp);  void xfs_quiesce_attr(struct xfs_mount *mp); -void xfs_flush_inodes(struct xfs_inode *ip); -  int xfs_reclaim_inodes(struct xfs_mount *mp, int mode);  int xfs_reclaim_inodes_count(struct xfs_mount *mp);  void xfs_reclaim_inodes_nr(struct xfs_mount *mp, int nr_to_scan);  |