xfs: sync minor header differences needed by userspace.
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_trans_priv.h
index 53b7c9b0f8f7a6fa3c96a3f73298c2862eb3d107..d43b13004f7c8f039b32613ea059942ff5d5c312 100644 (file)
@@ -25,6 +25,9 @@ struct xfs_trans;
 struct xfs_ail;
 struct xfs_log_vec;
 
+
+void   xfs_trans_init(struct xfs_mount *);
+int    xfs_trans_roll(struct xfs_trans **, struct xfs_inode *);
 void   xfs_trans_add_item(struct xfs_trans *, struct xfs_log_item *);
 void   xfs_trans_del_item(struct xfs_log_item *);
 void   xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn,