summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_log.c
diff options
context:
space:
mode:
authorDave Chinner <david@fromorbit.com>2016-01-04 22:08:35 +0100
committerDave Chinner <david@fromorbit.com>2016-01-04 22:08:35 +0100
commit7eeabbd4b6b69f3f6cb75730f17804b714bd853b (patch)
tree9acbd170426728ea53f1d12ebae6c22b100f78de /fs/xfs/xfs_log.c
parentxfs: debug mode log record crc error injection (diff)
parentXFS: Use a signed return type for suffix_kstrtoint() (diff)
downloadlinux-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.c6
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:");