commit | 83e06f21b439b7b308eda06332a4feef35739e94 | [log] [tgz] |
---|---|---|
author | Dave Chinner <dchinner@redhat.com> | Tue Feb 09 16:54:58 2016 +1100 |
committer | Dave Chinner <david@fromorbit.com> | Tue Feb 09 16:54:58 2016 +1100 |
tree | e2ba8f074eaee3e1392533b3af086f7e36d8dea9 | |
parent | 9e9a2674e43353f650ecd19a54eba028eafff82e [diff] |
xfs: move di_changecount to VFS inode 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>