On Fri, Aug 11, 2023 at 05:15:28PM +0100, Matthew Wilcox (Oracle) wrote: > + struct buffer_head *bh = bdev_getblk(sb->s_bdev, block, > + sb->s_blocksize, GFP_NOWAIT); Doh, I missed the __GFP_ACCOUNT from that. Will wait a day or two for other feedback.