NFS: Remove a redundant call to unmap_mapping_range()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 28 Jan 2018 14:34:51 +0000 (09:34 -0500)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 28 Jan 2018 14:35:54 +0000 (09:35 -0500)
commit128159f2929ef398698c28a4177eca1c1b88aa74
tree9b09fb456e531287d7413d20840f22e8c3cb7cd0
parentf34462c3c8a2ec0f09003b526c4d7c08782d9350
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: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/inode.c