]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: move di_changecount to VFS inode
authorDave Chinner <dchinner@redhat.com>
Thu, 18 Feb 2016 01:03:59 +0000 (12:03 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Feb 2016 01:03:59 +0000 (12:03 +1100)
commit9abcc5cd567890385c9f268d1856ece480d44b82
treed403b7edd1ad56cc2588b681799b01f3faf96210
parent6652c2537081214647a7a875ff4d165fbadd3a6b
xfs: move di_changecount to VFS inode

Source kernel commit 83e06f21b439b7b308eda06332a4feef35739e94

We can store the di_changecount in the i_version field of the VFS
inode and remove another 8 bytes from the xfs_icdinode.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/xfs_inode.h
libxfs/util.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_buf.h
repair/phase6.c