Home
last modified time | relevance | path

Searched hist:e775dfb3 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/hostfs/
H A Dhostfs_kern.ce775dfb3 Fri May 27 10:20:56 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> 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>