Re: [PATCH 03/26] ext4: Convert to folio_create_empty_buffers
Pankaj Raghav <[email protected]> Wed, 20 Sep 2023 12:00:11 +0200
| Newsgroups | org.kernel.vger.reiserfs-devel,dev.linux.lists.gfs2,dev.linux.lists.ntfs3,dev.linux.lists.ocfs2-devel,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-nilfs |
|---|---|
| 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]>