]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: replace libxfs_getbuf with libxfs_buf_get
authorDarrick J. Wong <darrick.wong@oracle.com>
Sun, 1 Mar 2020 17:34:10 +0000 (12:34 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Sun, 1 Mar 2020 17:34:10 +0000 (12:34 -0500)
commit8b4de37c8cd2d035f90b0a979c36b80f80fae197
tree828ebc34221b85dcb0f38fde060e1045229bc5ff
parente02ba9850a4812e0486e150ffc6b3af54dcd0324
libxfs: replace libxfs_getbuf with libxfs_buf_get

Change all the libxfs_getbuf calls to libxfs_buf_get to match the
kernel interface, since one is a #define of the other.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/cache.h
libxfs/libxfs_api_defs.h
libxfs/libxfs_io.h
libxfs/libxfs_priv.h
libxfs/rdwr.c
mkfs/xfs_mkfs.c
repair/phase5.c