]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: convert RUI log formats to use variable length arrays
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 25 Oct 2016 00:26:50 +0000 (11:26 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Oct 2016 00:26:50 +0000 (11:26 +1100)
commita2fc338e64be1145269d67e96f0be61ab52db7f4
tree880481ec6e933aab4c3d43fd7ad4a48fe072cb93
parent11d87237b70f268be67b27bec7a10e722b00650f
xfs: convert RUI log formats to use variable length arrays

Source kernel commit: cd00158ce34d6e2c42d8892e8499779b8ac1d2bf

Use variable length array declarations for RUI log items,
and replace the open coded sizeof formulae with a single function.

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>
libxfs/xfs_log_format.h