]> www.infradead.org Git - users/hch/xfs.git/commitdiff
xfs: remove the incorrect comment about the b_pag field
authorChristoph Hellwig <hch@lst.de>
Thu, 2 Jan 2025 14:46:58 +0000 (14:46 +0000)
committerChristoph Hellwig <hch@lst.de>
Mon, 13 Jan 2025 04:17:36 +0000 (05:17 +0100)
The rbtree root is long gone.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: "Darrick J. Wong" <djwong@kernel.org>
fs/xfs/xfs_buf.h

index cbf7c2a076c7811c84f864fd72e91f7590211198..524d4ad939a7b1ed244ec2d9b5ef932dd569c5a2 100644 (file)
@@ -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 */