diff options
author | Dave Chinner <david@fromorbit.com> | 2016-01-05 08:08:35 +1100 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-01-05 08:08:35 +1100 |
commit | 7eeabbd4b6b69f3f6cb75730f17804b714bd853b (patch) | |
tree | 9acbd170426728ea53f1d12ebae6c22b100f78de /fs/xfs/xfs_log.c | |
parent | 609adfc2ed5ba16700f125da0b656248bd9d4316 (diff) | |
parent | a841b64df29b4c7e68ce564d752dfb2042db5404 (diff) |
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:"); |