From: Christoph Hellwig Date: Mon, 13 Jan 2025 14:12:06 +0000 (+0100) Subject: xfs: remove the incorrect comment above xfs_buf_free_maps X-Git-Tag: v6.14-rc1~132^2~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83e9c69dcf18bff12ed205423b91e1e1ae316998;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Darrick J. Wong Acked-by: Dave Chinner Signed-off-by: Carlos Maiolino --- diff --git a/fs/xfs/xfs_buf.c b/fs/xfs/xfs_buf.c index da38c18acbbaf..5702cad9ccc9e 100644 --- a/fs/xfs/xfs_buf.c +++ b/fs/xfs/xfs_buf.c @@ -203,9 +203,6 @@ xfs_buf_get_maps( return 0; } -/* - * Frees b_pages if it was allocated. - */ static void xfs_buf_free_maps( struct xfs_buf *bp)