]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: kill xfs_dir2_inou_t
authorChristoph Hellwig <hch@lst.de>
Wed, 10 Aug 2016 01:29:36 +0000 (11:29 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 10 Aug 2016 01:29:36 +0000 (11:29 +1000)
commitd8bf9c63481ef3b49c3dec34a2140b04f9f677ed
treee3e2189df1c512cfdc6a1b3ef2bd62957a883efb
parent1faa1a813f846c2c66f4715e577f0c0af1723307
xfs: kill xfs_dir2_inou_t

Source kernel commit: 266b6969c3dfd3c81d8601754c8b0e25bb52615b

And use an array of unsigned char values directly to avoid problems
with architectures that pad the size of structures.  This also gets
rid of the xfs_dir2_ino4_t and xfs_dir2_ino8_t types, and introduces
new constants for the size of 4 and 8 bytes as well as the size
difference between the two.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
db/dir2.h
db/dir2sf.c
db/faddr.c
db/field.c
libxfs/xfs_da_format.c
libxfs/xfs_da_format.h
libxfs/xfs_dir2_sf.c