diff options
Diffstat (limited to 'fs/xfs/xfs_fsops.c')
-rw-r--r-- | fs/xfs/xfs_fsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_fsops.c b/fs/xfs/xfs_fsops.c index b7c492d293b5..9153d2c77caf 100644 --- a/fs/xfs/xfs_fsops.c +++ b/fs/xfs/xfs_fsops.c | |||
@@ -626,7 +626,7 @@ xfs_fs_log_dummy( | |||
626 | xfs_trans_t *tp; | 626 | xfs_trans_t *tp; |
627 | int error; | 627 | int error; |
628 | 628 | ||
629 | tp = _xfs_trans_alloc(mp, XFS_TRANS_DUMMY1, KM_SLEEP, false); | 629 | tp = _xfs_trans_alloc(mp, XFS_TRANS_DUMMY1, KM_SLEEP); |
630 | error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0, | 630 | error = xfs_trans_reserve(tp, 0, mp->m_sb.sb_sectsize + 128, 0, 0, |
631 | XFS_DEFAULT_LOG_COUNT); | 631 | XFS_DEFAULT_LOG_COUNT); |
632 | if (error) { | 632 | if (error) { |