diff options
Diffstat (limited to 'fs/xfs/xfs_trans.c')
-rw-r--r-- | fs/xfs/xfs_trans.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_trans.c b/fs/xfs/xfs_trans.c index cdf896fcbfa4..fdf324508c5e 100644 --- a/fs/xfs/xfs_trans.c +++ b/fs/xfs/xfs_trans.c | |||
@@ -584,7 +584,7 @@ xfs_trans_t * | |||
584 | _xfs_trans_alloc( | 584 | _xfs_trans_alloc( |
585 | xfs_mount_t *mp, | 585 | xfs_mount_t *mp, |
586 | uint type, | 586 | uint type, |
587 | uint memflags) | 587 | xfs_km_flags_t memflags) |
588 | { | 588 | { |
589 | xfs_trans_t *tp; | 589 | xfs_trans_t *tp; |
590 | 590 | ||