Home
last modified time | relevance | path

Searched hist:"771075 e1" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/ufs/
H A Dutil.c771075e1 Tue May 17 17:12:25 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> ufs: Remove checks for PageError

If read_mapping_page() encounters an error, it returns an errno, not
a page with PageError set, or a page that is not Uptodate, so this is
dead code.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
H A Ddir.c771075e1 Tue May 17 17:12:25 CDT 2022 Matthew Wilcox (Oracle) <willy@infradead.org> ufs: Remove checks for PageError

If read_mapping_page() encounters an error, it returns an errno, not
a page with PageError set, or a page that is not Uptodate, so this is
dead code.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>