]> Pileus Git - ~andy/linux/blobdiff - fs/xfs/xfs_log.h
Merge tag 'trace-fixes-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
[~andy/linux] / fs / xfs / xfs_log.h
index 748d312850e2fc7da07509971f9afbf7aa9cb6d4..5caee96059dfb3a9fe5a1f03cd84c868674626b0 100644 (file)
@@ -181,5 +181,9 @@ int xfs_log_commit_cil(struct xfs_mount *mp, struct xfs_trans *tp,
                                xfs_lsn_t *commit_lsn, int flags);
 bool   xfs_log_item_in_current_chkpt(struct xfs_log_item *lip);
 
+void   xfs_log_work_queue(struct xfs_mount *mp);
+void   xfs_log_worker(struct work_struct *work);
+void   xfs_log_quiesce(struct xfs_mount *mp);
+
 #endif
 #endif /* __XFS_LOG_H__ */