jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_page
authorChristoph Hellwig <hch@lst.de>
Wed, 24 Jul 2019 07:15:25 +0000 (09:15 +0200)
committerRichard Weinberger <richard@nod.at>
Sun, 15 Sep 2019 20:42:33 +0000 (22:42 +0200)
commit61b875e88a04fd626e68c657400f237af8afa95e
tree649e05ab656c518c00688ee5fbf4ebfeb49d11e1
parentf2538f999345405f7d2e1194c0c8efa4e11f7b3a
jffs2: Remove jffs2_gc_fetch_page and jffs2_gc_release_page

Merge these two helpers into the only callers to get rid of some
amazingly bad calling conventions.

Suggested-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
fs/jffs2/fs.c
fs/jffs2/gc.c
fs/jffs2/os-linux.h