]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: get rid of b_bcount from xfs_buf
authorDave Chinner <dchinner@redhat.com>
Tue, 24 Nov 2020 16:58:25 +0000 (11:58 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Tue, 24 Nov 2020 16:58:25 +0000 (11:58 -0500)
commitc0594dd603dad24e5f61765ca02cb1763ddad183
treeda45d64e7838eb4b3d98659ba6c4688f522de829
parentf3a6a9f8528ca031170e76737533ac7fee7a89f9
libxfs: get rid of b_bcount from xfs_buf

We no longer use it in the kernel - it has been replaced by b_length
and it only exists in userspace because we haven't converted it
over. Do that now before we introduce a heap of code that doesn't
ever set it and so breaks all the progs code.

WHile we are doing this, kill the XFS_BUF_SIZE macro that has also
been removed from the kernel, too.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
db/metadump.c
libxfs/libxfs_io.h
libxfs/logitem.c
libxfs/rdwr.c
libxfs/trans.c
libxlog/xfs_log_recover.c
mkfs/proto.c
repair/attr_repair.c
repair/dino_chunks.c
repair/prefetch.c