Skip to content

Commit 411ff3f

Browse files
Christoph Hellwigcmaiolino
authored andcommitted
xfs: remove the incorrect comment about the b_pag field
The rbtree root is long gone. 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 83e9c69 commit 411ff3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/xfs/xfs_buf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ struct xfs_buf {
187187
int b_io_error; /* internal IO error state */
188188
wait_queue_head_t b_waiters; /* unpin waiters */
189189
struct list_head b_list;
190-
struct xfs_perag *b_pag; /* contains rbtree root */
190+
struct xfs_perag *b_pag;
191191
struct xfs_mount *b_mount;
192192
struct xfs_buftarg *b_target; /* buffer target (device) */
193193
void *b_addr; /* virtual address of buffer */

0 commit comments

Comments
 (0)