xfs: kill xfs_dir2_sf_off_t
authorChristoph Hellwig <hch@lst.de>
Wed, 20 Jul 2016 01:47:21 +0000 (11:47 +1000)
committerDave Chinner <david@fromorbit.com>
Wed, 20 Jul 2016 01:47:21 +0000 (11:47 +1000)
commit8353a649f577a5d775f4666a31b286b8a5156dfb
tree363f13ebeb5920957cc7e638ae7f228fbff0f80a
parent1a695a905c18548062509178b98bc91e67510864
xfs: kill xfs_dir2_sf_off_t

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>
fs/xfs/libxfs/xfs_da_format.h
fs/xfs/libxfs/xfs_dir2_sf.c
fs/xfs/xfs_ondisk.h
This page took 0.041805 seconds and 5 git commands to generate.