]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove the inode log format from the inode log item
authorChristoph Hellwig <hch@lst.de>
Fri, 17 Nov 2017 04:11:34 +0000 (22:11 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 17 Nov 2017 04:11:34 +0000 (22:11 -0600)
commit4ed3a0f6aedc612d8a5c7b472fcbda6be183017d
tree0daf7e59eeabacb23528fc5682f4827603dc0fa2
parentd92c880efcc5099099783d2ca6cca0e917a1973d
xfs: remove the inode log format from the inode log item

Source kernel commit: 2f251293b09065118d78ae4e883e5639cc22f94e

xfs: remove the inode log format from the inode log item

No need to keep the inode log format around all the time, we can
easily generate it at iop_format time.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
[sandeen: matching change in userspace xfs_trans.h]
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/xfs_trans.h
libxfs/logitem.c