kernel-hacking-2024-linux-s.../fs/hostfs
Matthew Wilcox (Oracle) e775dfb33d hostfs: Handle page write errors correctly
If a page can't be written back, we need to call mapping_set_error(),
not clear the page's Uptodate flag.  Also remove the clearing of PageError
on success; that flag is used for read errors, not write errors.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2022-08-02 12:34:02 -04:00
..
hostfs.h
hostfs_kern.c hostfs: Handle page write errors correctly 2022-08-02 12:34:02 -04:00
hostfs_user.c
Makefile