]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: remove the incorrect comment above xfs_buf_free_maps
authorChristoph Hellwig <hch@lst.de>
Mon, 13 Jan 2025 14:12:06 +0000 (15:12 +0100)
committerCarlos Maiolino <cem@kernel.org>
Tue, 14 Jan 2025 10:38:14 +0000 (11:38 +0100)
commit83e9c69dcf18bff12ed205423b91e1e1ae316998
tree7afbf7eee05cf0f2ccdf8c68060c8956ee848894
parentcbd6883ed8662073031a32f1294cdf53c8ec24a4
xfs: remove the incorrect comment above xfs_buf_free_maps

The comment above xfs_buf_free_maps talks about fields not even used in
the function and also doesn't add any other value.  Remove it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Acked-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_buf.c