mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 17:13:52 +02:00
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>
This commit is contained in:
parent
83e9c69dcf
commit
411ff3f738
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user