]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_trans_priv.h
powerpc: Only make kernel text pages of linear mapping executable
[linux-2.6] / fs / xfs / xfs_trans_priv.h
index c40f0512097ad92549dd6ee5be03f21be2db9375..3c748c456ed4f9a58c03babd86d9afd401ca8efe 100644 (file)
@@ -57,4 +57,12 @@ struct xfs_log_item  *xfs_trans_next_ail(struct xfs_mount *,
                                     struct xfs_log_item *, int *, int *);
 
 
+/*
+ * AIL push thread support
+ */
+long   xfsaild_push(struct xfs_mount *, xfs_lsn_t *);
+void   xfsaild_wakeup(struct xfs_mount *, xfs_lsn_t);
+int    xfsaild_start(struct xfs_mount *);
+void   xfsaild_stop(struct xfs_mount *);
+
 #endif /* __XFS_TRANS_PRIV_H__ */