Re: [PATCH 03/26] ext4: Convert to folio_create_empty_buffers
Pankaj Raghav <[email protected]> Wed, 20 Sep 2023 12:00:11 +0200
| Newsgroups | gmane.comp.file-systems.reiserfs.general,gmane.linux.file-systems,gmane.comp.file-systems.nilfs.user,gmane.linux.file-systems.ntfs.devel,gmane.comp.file-systems.ext4 |
|---|---|
| Message-ID | <20230920100011.zpzagd35gjpn5gzu@localhost> |
On Tue, Sep 19, 2023 at 05:51:12AM +0100, Matthew Wilcox (Oracle) wrote: > Remove an unnecessary folio->page->folio conversion and take advantage > of the new return value from folio_create_empty_buffers(). > > Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> > --- > fs/ext4/inode.c | 14 +++++--------- > fs/ext4/move_extent.c | 11 +++++------ > 2 files changed, 10 insertions(+), 15 deletions(-) > I had a similar cleanup that I sent a while ago: https://lore.kernel.org/linux-ext4/[email protected]/ Looks good, Reviewed-by: Pankaj Raghav <[email protected]>