diff options
author | 2025-01-13 15:12:07 +0100 | |
---|---|---|
committer | 2025-01-14 11:38:14 +0100 | |
commit | 411ff3f7386a93d6170dbc067e3965ad472f11c6 (patch) | |
tree | c62f115d398c3d2cbc4492271e8c6388f46991e9 | |
parent | xfs: remove the incorrect comment above xfs_buf_free_maps (diff) | |
download | wireguard-linux-411ff3f7386a93d6170dbc067e3965ad472f11c6.tar.xz wireguard-linux-411ff3f7386a93d6170dbc067e3965ad472f11c6.zip |
xfs: remove the incorrect comment about the b_pag field
The rbtree root is long gone.
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>
Diffstat (limited to '')
-rw-r--r-- | fs/xfs/xfs_buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_buf.h b/fs/xfs/xfs_buf.h index 3d56bc7a35cc..da80399c7457 100644 --- a/fs/xfs/xfs_buf.h +++ b/fs/xfs/xfs_buf.h @@ -187,7 +187,7 @@ struct xfs_buf { int b_io_error; /* internal IO error state */ wait_queue_head_t b_waiters; /* unpin waiters */ struct list_head b_list; - struct xfs_perag *b_pag; /* contains rbtree root */ + struct xfs_perag *b_pag; struct xfs_mount *b_mount; struct xfs_buftarg *b_target; /* buffer target (device) */ void *b_addr; /* virtual address of buffer */ |