]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_bmap.c
xfs: mode di_mode to vfs inode
authorDave Chinner <dchinner@redhat.com>
Thu, 18 Feb 2016 01:04:32 +0000 (12:04 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 18 Feb 2016 01:04:32 +0000 (12:04 +1100)
commite37bf53c2e657dafe9cdda05e1f2e0ffd5894412
tree10ff3c006c72e64772cf63251e4e3dd64c66a744
parent9abcc5cd567890385c9f268d1856ece480d44b82
xfs: mode di_mode to vfs inode

Source kernel commit c19b3b05ae440de50fffe2ac2a9b27392a7448e9

Move the di_mode value from the xfs_icdinode to the VFS inode, reducing
the xfs_icdinode byte another 2 bytes and collapsing another 2 byte hole
in the structure.

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>
db/check.c
include/xfs_inode.h
libxfs/rdwr.c
libxfs/util.c
libxfs/xfs_bmap.c
libxfs/xfs_dir2.c
libxfs/xfs_inode_buf.c
libxfs/xfs_inode_buf.h
libxfs/xfs_inode_fork.c
mkfs/proto.c
repair/phase6.c