• Christoph Hellwig's avatar
    mm,jfs: move write_one_page/folio_write_one to jfs · 452a8f40
    Christoph Hellwig authored
    The last remaining user of folio_write_one through the write_one_page
    wrapper is jfs, so move the functionality there and hard code the call to
    metapage_writepage.
    
    Note that the use of the pagecache by the JFS 'metapage' buffer cache is a
    bit odd, and we could probably do without VM-level dirty tracking at all,
    but that's a change for another time.
    
    Link: https://lkml.kernel.org/r/20230307143125.27778-4-hch@lst.deSigned-off-by: default avatarChristoph Hellwig <hch@lst.de>
    Acked-by: default avatarDave Kleikamp <dave.kleikamp@oracle.com>
    Cc: Changwei Ge <gechangwei@live.cn>
    Cc: Evgeniy Dushistov <dushistov@mail.ru>
    Cc: Gang He <ghe@suse.com>
    Cc: Jan Kara <jack@suse.cz>
    Cc: Jan Kara via Ocfs2-devel <ocfs2-devel@oss.oracle.com>
    Cc: Joel Becker <jlbec@evilplan.org>
    Cc: Joseph Qi <jiangqi903@gmail.com>
    Cc: Joseph Qi <joseph.qi@linux.alibaba.com>
    Cc: Jun Piao <piaojun@huawei.com>
    Cc: Junxiao Bi <junxiao.bi@oracle.com>
    Cc: Mark Fasheh <mark@fasheh.com>
    Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    452a8f40
page-writeback.c 94.2 KB