]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove the flags argument to xfs_buf_read_uncached
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Mar 2025 05:48:35 +0000 (06:48 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 18 Mar 2025 13:47:45 +0000 (14:47 +0100)
commit8d54b48fef677ea35084773308148af723ed7b64
tree6200242d510ccef7187b458e60529fad292828da
parent44e1f90b1605e22634416b60e86f70d704894719
xfs: remove the flags argument to xfs_buf_read_uncached

No callers passes flags to xfs_buf_read_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>
fs/xfs/xfs_buf.c
fs/xfs/xfs_buf.h
fs/xfs/xfs_fsops.c
fs/xfs/xfs_mount.c
fs/xfs/xfs_rtalloc.c