]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove xfs_buf_t typedef libxfs-5.11-sync
authorDave Chinner <dchinner@redhat.com>
Thu, 7 Jan 2021 20:59:18 +0000 (15:59 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 7 Jan 2021 20:59:18 +0000 (15:59 -0500)
commit167137fe533c7dd8d51ee0661faa2ee408fb673e
treecba67d938b648dafc490a23fac7eccc0c1232021
parentd3ed327c9d4a96882fbdc7bd5f3c404e0f79b0ef
xfs: remove xfs_buf_t typedef

Source kernel commit: e82226138b20d4f638426413e83c6b5db532c6a2

Prepare for kernel xfs_buf  alignment by getting rid of the
xfs_buf_t typedef from userspace.

[darrick: This patch is a port of a userspace patch removing the
xfs_buf_t typedef in preparation to make the userspace xfs_buf code
behave more like its kernel counterpart.]

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
30 files changed:
copy/xfs_copy.c
include/libxfs.h
include/libxlog.h
libxfs/init.c
libxfs/libxfs_io.h
libxfs/libxfs_priv.h
libxfs/logitem.c
libxfs/rdwr.c
libxfs/trans.c
libxfs/util.c
libxfs/xfs_alloc.c
libxfs/xfs_bmap.c
libxfs/xfs_btree.c
libxfs/xfs_ialloc.c
libxfs/xfs_rtbitmap.c
libxlog/xfs_log_recover.c
logprint/log_print_all.c
mkfs/proto.c
mkfs/xfs_mkfs.c
repair/agheader.c
repair/attr_repair.c
repair/da_util.h
repair/dino_chunks.c
repair/incore.h
repair/phase5.c
repair/phase6.c
repair/prefetch.c
repair/rt.c
repair/scan.c
repair/xfs_repair.c