diff options
Diffstat (limited to 'fs/xfs/xfs_trans_priv.h')
-rw-r--r-- | fs/xfs/xfs_trans_priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans_priv.h b/fs/xfs/xfs_trans_priv.h index c52def0b441c..12e86af9d9b9 100644 --- a/fs/xfs/xfs_trans_priv.h +++ b/fs/xfs/xfs_trans_priv.h | |||
@@ -27,7 +27,6 @@ struct xfs_log_vec; | |||
27 | 27 | ||
28 | 28 | ||
29 | void xfs_trans_init(struct xfs_mount *); | 29 | void xfs_trans_init(struct xfs_mount *); |
30 | int xfs_trans_roll(struct xfs_trans **, struct xfs_inode *); | ||
31 | void xfs_trans_add_item(struct xfs_trans *, struct xfs_log_item *); | 30 | void xfs_trans_add_item(struct xfs_trans *, struct xfs_log_item *); |
32 | void xfs_trans_del_item(struct xfs_log_item *); | 31 | void xfs_trans_del_item(struct xfs_log_item *); |
33 | void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn, | 32 | void xfs_trans_free_items(struct xfs_trans *tp, xfs_lsn_t commit_lsn, |