2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-22 20:23:57 +08:00
linux-next/fs/erofs
Gao Xiang e655b5b3a2 erofs: kill prio and nofail of erofs_get_meta_page()
As Christoph pointed out [1],
"Why is there __erofs_get_meta_page with the two weird
booleans instead of a single erofs_get_meta_page that
gets and gfp_t for additional flags and an unsigned int
for additional bio op flags."

And since all callers can handle errors, let's kill
prio and nofail and erofs_get_inline_page() now.

[1] https://lore.kernel.org/r/20190830162812.GA10694@infradead.org/
Reported-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Link: https://lore.kernel.org/r/20190904020912.63925-17-gaoxiang25@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2019-09-05 20:10:08 +02:00
..
compress.h
data.c erofs: kill prio and nofail of erofs_get_meta_page() 2019-09-05 20:10:08 +02:00
decompressor.c erofs: use feature_incompat rather than requirements 2019-09-05 20:10:07 +02:00
dir.c erofs: use erofs_inode naming 2019-09-05 20:10:07 +02:00
erofs_fs.h erofs: update erofs_fs.h comments 2019-09-05 20:10:07 +02:00
inode.c erofs: kill prio and nofail of erofs_get_meta_page() 2019-09-05 20:10:08 +02:00
internal.h erofs: kill prio and nofail of erofs_get_meta_page() 2019-09-05 20:10:08 +02:00
Kconfig
Makefile
namei.c erofs: use erofs_inode naming 2019-09-05 20:10:07 +02:00
super.c erofs: kill verbose debug info in erofs_fill_super 2019-09-05 20:10:08 +02:00
tagptr.h
utils.c
xattr.c erofs: kill prio and nofail of erofs_get_meta_page() 2019-09-05 20:10:08 +02:00
xattr.h erofs: use erofs_inode naming 2019-09-05 20:10:07 +02:00
zdata.c erofs: localize erofs_grab_bio() 2019-09-05 20:10:08 +02:00
zdata.h
zmap.c erofs: kill prio and nofail of erofs_get_meta_page() 2019-09-05 20:10:08 +02:00
zpvec.h