]> www.infradead.org Git - users/hch/xfs.git/commit
xfs: remove the incorrect comment above xfs_buf_free_maps
authorChristoph Hellwig <hch@lst.de>
Wed, 1 Jan 2025 09:28:52 +0000 (09:28 +0000)
committerChristoph Hellwig <hch@lst.de>
Sat, 11 Jan 2025 05:21:41 +0000 (06:21 +0100)
commit028faab87cde20d1e97b8ec1185997e84129f181
tree0df2d7494b70f4fff05194a2a7d2abb8f5282154
parentb43f080da3e6b7aaaa8bd7427fae98541ff05d26
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>
fs/xfs/xfs_buf.c