Revision b8946d7bfb9417ec171693d4478a831420aead5f authored by Trond Myklebust on 06 January 2020, 20:25:01 UTC, committed by Anna Schumaker on 15 January 2020, 15:54:32 UTC
If a write or commit failed, and the mapping sees a fatal error, we
need to revalidate the contents of that mapping.

Fixes: 06c9fdf3b9f1 ("NFS: On fatal writeback errors, we need to call nfs_inode_remove_request()")
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
1 parent 0df68ce
Raw File
Makefile
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for the linux ramfs routines.
#

obj-$(CONFIG_HUGETLBFS) += hugetlbfs.o

hugetlbfs-objs := inode.o
back to top