We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e9c69 commit 411ff3fCopy full SHA for 411ff3f
fs/xfs/xfs_buf.h
@@ -187,7 +187,7 @@ struct xfs_buf {
187
int b_io_error; /* internal IO error state */
188
wait_queue_head_t b_waiters; /* unpin waiters */
189
struct list_head b_list;
190
- struct xfs_perag *b_pag; /* contains rbtree root */
+ struct xfs_perag *b_pag;
191
struct xfs_mount *b_mount;
192
struct xfs_buftarg *b_target; /* buffer target (device) */
193
void *b_addr; /* virtual address of buffer */
0 commit comments