Files
android_kernel_xiaomi_sm8450/fs/nfs
Benjamin Coddington d2ceb7e570 NFS: Don't use page_file_mapping after removing the page
If nfs_page_async_flush() removes the page from the mapping, then we can't
use page_file_mapping() on it as nfs_updatepate() is wont to do when
receiving an error.  Instead, push the mapping to the stack before the page
is possibly truncated.

Fixes: 8fc75bed96 ("NFS: Fix up return value on fatal errors in nfs_page_async_flush()")
Signed-off-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
2019-02-12 15:56:28 -05:00
..
2018-08-09 12:56:38 -04:00
2018-08-09 12:56:38 -04:00
2012-07-30 19:06:41 -04:00
2015-04-23 15:16:14 -04:00
2015-04-23 15:16:14 -04:00
2018-10-23 12:22:21 -04:00