diff options
author | YueHaibing <yuehaibing@huawei.com> | 2019-08-27 09:16:36 +0200 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2019-08-27 16:24:56 +0200 |
commit | 99300a85260c2b7febd57082a617d1062532067e (patch) | |
tree | 71520cac16e92c5b4f5764d2edc6a043dc28cce0 /lib | |
parent | NFSv2: Fix write regression (diff) | |
download | linux-99300a85260c2b7febd57082a617d1062532067e.tar.xz linux-99300a85260c2b7febd57082a617d1062532067e.zip |
NFS: remove set but not used variable 'mapping'
Fixes gcc '-Wunused-but-set-variable' warning:
fs/nfs/write.c: In function nfs_page_async_flush:
fs/nfs/write.c:609:24: warning: variable mapping set but not used [-Wunused-but-set-variable]
It is not use since commit aefb623c422e ("NFS: Fix
writepage(s) error handling to not report errors twice")
Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions