]> 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>
Sat, 11 Jan 2025 05:21:41 +0000 (06:21 +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 3d56bc7a35cc51b4167264f7632221eddacb061e..da80399c745743e6fa7ba6fe8b53cc8486bd93a2 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 */