Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 128159f2 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFS: Remove a redundant call to unmap_mapping_range()



We don't need to call unmap_mapping_range() prior to calling
nfs_sync_mapping().

Signed-off-by: default avatarTrond Myklebust <trond.myklebust@primarydata.com>
parent f34462c3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1170,7 +1170,6 @@ static int nfs_invalidate_mapping(struct inode *inode, struct address_space *map

	if (mapping->nrpages != 0) {
		if (S_ISREG(inode->i_mode)) {
			unmap_mapping_range(mapping, 0, 0, 0);
			ret = nfs_sync_mapping(mapping);
			if (ret < 0)
				return ret;