diff options
author | Dave Chinner <david@fromorbit.com> | 2016-01-04 22:08:35 +0100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-01-04 22:08:35 +0100 |
commit | 7eeabbd4b6b69f3f6cb75730f17804b714bd853b (patch) | |
tree | 9acbd170426728ea53f1d12ebae6c22b100f78de /fs/xfs/xfs_log.c | |
parent | xfs: debug mode log record crc error injection (diff) | |
parent | XFS: Use a signed return type for suffix_kstrtoint() (diff) | |
download | linux-7eeabbd4b6b69f3f6cb75730f17804b714bd853b.tar.xz linux-7eeabbd4b6b69f3f6cb75730f17804b714bd853b.zip |
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r-- | fs/xfs/xfs_log.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 887c44320909..9c9a1c9bcc7f 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -2068,12 +2068,14 @@ xlog_print_tic_res( "QM_DQCLUSTER", "QM_QINOCREATE", "QM_QUOTAOFF_END", - "SB_UNIT", "FSYNC_TS", "GROWFSRT_ALLOC", "GROWFSRT_ZERO", "GROWFSRT_FREE", - "SWAPEXT" + "SWAPEXT", + "CHECKPOINT", + "ICREATE", + "CREATE_TMPFILE" }; xfs_warn(mp, "xlog_write: reservation summary:"); |