]> www.infradead.org Git - nvme.git/commit
xfs: remove the flags argument to xfs_buf_get_uncached
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Mar 2025 05:48:36 +0000 (06:48 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 18 Mar 2025 13:47:45 +0000 (14:47 +0100)
commitb3f8f2903b8cd48b0746bf05a40b85ae4b684034
treebbb556184ca227edf19a0b99c9b8390423644beb
parent8d54b48fef677ea35084773308148af723ed7b64
xfs: remove the flags argument to xfs_buf_get_uncached

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>
fs/xfs/libxfs/xfs_ag.c
fs/xfs/xfs_buf.c
fs/xfs/xfs_buf.h
fs/xfs/xfs_rtalloc.c