]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: fix log ticket type printing
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 4 Jan 2016 05:11:42 +0000 (16:11 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 4 Jan 2016 05:11:42 +0000 (16:11 +1100)
commit426ac53101f7613cba01430e0a42c264c417c885
treee178f344612148c7e5ea4bea47703747fa34943c
parente0c2acb7d20574b2403eca964dc203fb45ea607c
xfs: fix log ticket type printing

Update the log ticket reservation type printing code to reflect
all the types of log tickets, to avoid incorrect debug output and
avoid running off the end of the array.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_log.c