]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: remove the flags argument to xfs_buf_get_uncached
authorChristoph Hellwig <hch@lst.de>
Wed, 7 May 2025 22:00:04 +0000 (15:00 -0700)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 28 May 2025 10:16:39 +0000 (12:16 +0200)
commit9a6b49d23aafda09094b4d79024ac6eb35b9ae76
treed42889c5e27155ac5671f55f6606163a67355b18
parent94ef61b5bba051b27b94330aa5e14e5609769e07
xfs: remove the flags argument to xfs_buf_get_uncached

Source kernel commit: b3f8f2903b8cd48b0746bf05a40b85ae4b684034

No callers passes flags to xfs_buf_get_uncached, which makes sense
given that the flags apply to behavior not used for uncached buffers.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
libxfs/libxfs_io.h
libxfs/rdwr.c
libxfs/xfs_ag.c
libxlog/xfs_log_recover.c
mkfs/xfs_mkfs.c
repair/rt.c