diff options
Diffstat (limited to 'fs/xfs/xfs_trans.h')
-rw-r--r-- | fs/xfs/xfs_trans.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.h b/fs/xfs/xfs_trans.h index 3ba14ebb7a3b..c6e1c5704a8c 100644 --- a/fs/xfs/xfs_trans.h +++ b/fs/xfs/xfs_trans.h | |||
@@ -228,7 +228,8 @@ struct xfs_efd_log_item *xfs_trans_get_efd(struct xfs_trans *, | |||
228 | uint); | 228 | uint); |
229 | int xfs_trans_free_extent(struct xfs_trans *, | 229 | int xfs_trans_free_extent(struct xfs_trans *, |
230 | struct xfs_efd_log_item *, xfs_fsblock_t, | 230 | struct xfs_efd_log_item *, xfs_fsblock_t, |
231 | xfs_extlen_t, struct xfs_owner_info *, | 231 | xfs_extlen_t, |
232 | const struct xfs_owner_info *, | ||
232 | bool); | 233 | bool); |
233 | int xfs_trans_commit(struct xfs_trans *); | 234 | int xfs_trans_commit(struct xfs_trans *); |
234 | int xfs_trans_roll(struct xfs_trans **); | 235 | int xfs_trans_roll(struct xfs_trans **); |