]> git.baikalelectronics.ru Git - kernel.git/commit
nfs: Leave pages in the pagecache if readpage failed
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 16 May 2022 14:30:09 +0000 (10:30 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:07 +0000 (08:51 -0400)
commit3336b872047ee76da32a3b11aef0d612d65a638c
treee26e84d997a0486aa270e0bda0be2f4cb9fac1af
parentd2849b82eea3dc5251d8f22336a498896c45c65e
nfs: Leave pages in the pagecache if readpage failed

The pagecache handles readpage failing by itself; it doesn't want
filesystems to remove pages from under it.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/nfs/read.c