Move source tree closer to the 2.6.32.17 mainline
/fs/xfs/xfs_trans.h
blob:ed47fc77759c7cce24f98f283a717fae33fa9eea -> blob:a0574f593f5272764adf820c12ad724c9d90011e
--- fs/xfs/xfs_trans.h
+++ fs/xfs/xfs_trans.h
@@ -924,7 +924,7 @@ typedef struct xfs_trans {
* XFS transaction mechanism exported interfaces.
*/
xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
-xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint);
+xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, uint);
xfs_trans_t *xfs_trans_dup(xfs_trans_t *);
int xfs_trans_reserve(xfs_trans_t *, uint, uint, uint,
uint, uint);