]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - libxfs/xfs_da_format.h
xfs: kill xfs_dir2_sf_off_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)
commit1faa1a813f846c2c66f4715e577f0c0af1723307
treee984ace2f6140be732d14bd3e62ab4d1e4bfee39
parent2873bdf0957ae50352c21407c20b7d51e6c2f1d3
xfs: kill xfs_dir2_sf_off_t

Source kernel commit: 8353a649f577a5d775f4666a31b286b8a5156dfb

Just use an array of two unsigned chars directly to avoid problems
with architectures that pad the size of structures.

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