]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita0f3f8f55cd9bff39c78ead5a0a171bc374d2c6c
tree9b09fb456e531287d7413d20840f22e8c3cb7cd0
parent959efc5b23598963143e348cb7877560ec78e9ce
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