Skip to content

Commit 83e9c69

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
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 <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Acked-by: Dave Chinner <[email protected]> Signed-off-by: Carlos Maiolino <[email protected]>
1 parent cbd6883 commit 83e9c69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fs/xfs/xfs_buf.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,6 @@ xfs_buf_get_maps(
203203
return 0;
204204
}
205205

206-
/*
207-
* Frees b_pages if it was allocated.
208-
*/
209206
static void
210207
xfs_buf_free_maps(
211208
struct xfs_buf *bp)

0 commit comments

Comments
 (0)