[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <YYo0awMVcSO7texG@infradead.org>
Date: Tue, 9 Nov 2021 00:42:19 -0800
From: Christoph Hellwig <hch@...radead.org>
To: "Matthew Wilcox (Oracle)" <willy@...radead.org>
Cc: "Darrick J . Wong " <djwong@...nel.org>, linux-xfs@...r.kernel.org,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-block@...r.kernel.org, Jens Axboe <axboe@...nel.dk>,
Christoph Hellwig <hch@...radead.org>
Subject: Re: [PATCH v2 07/28] fs/buffer: Convert __block_write_begin_int() to
take a folio
> get_block_t *get_block)
> {
> - return __block_write_begin_int(page, pos, len, get_block, NULL);
> + return __block_write_begin_int(page_folio(page), pos, len, get_block, NULL);
Overly long line here.
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@....de>
Powered by blists - more mailing lists