Re: [PATCH 01/26] buffer: Make folio_create_empty_buffers() return a buffer_head
Pankaj Raghav <[email protected]> Wed, 20 Sep 2023 11:39:50 +0200
| Newsgroups | gmane.comp.file-systems.nilfs.user,gmane.linux.file-systems,gmane.linux.file-systems.ntfs.devel,gmane.comp.file-systems.reiserfs.general,gmane.comp.file-systems.ext4 |
|---|---|
| Message-ID | <20230920093950.b6lyvcs2tz22po3y@localhost> |
On Tue, Sep 19, 2023 at 05:51:10AM +0100, Matthew Wilcox (Oracle) wrote: > Almost all callers want to know the first BH that was allocated > for this folio. We already have that handy, so return it. > > Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> > --- > fs/buffer.c | 24 +++++++++++++----------- > include/linux/buffer_head.h | 4 ++-- > 2 files changed, 15 insertions(+), 13 deletions(-) > Looks good, Reviewed-by: Pankaj Raghav <[email protected]>