aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/flexfilelayout
diff options
context:
space:
mode:
authorWei Yongjun <weiyongjun1@huawei.com>2017-01-12 15:38:06 +0000
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2017-01-30 13:14:51 -0500
commit2e54b9b1b0ace6997aa4f9811af0811b2d8160f2 (patch)
tree63da8519bccaad1cf213e6c0f7f962ae267d45ea /fs/nfs/flexfilelayout
parentNFS: Return the comparison result directly in nfs41_match_stateid() (diff)
downloadlinux-dev-2e54b9b1b0ace6997aa4f9811af0811b2d8160f2.tar.xz
linux-dev-2e54b9b1b0ace6997aa4f9811af0811b2d8160f2.zip
pNFS/flexfiles: Make local symbol layoutreturn_ops static
Fixes the following sparse warning: fs/nfs/flexfilelayout/flexfilelayout.c:2114:34: warning: symbol 'layoutreturn_ops' was not declared. Should it be static? Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com> Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'fs/nfs/flexfilelayout')
-rw-r--r--fs/nfs/flexfilelayout/flexfilelayout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/flexfilelayout/flexfilelayout.c b/fs/nfs/flexfilelayout/flexfilelayout.c
index cc9064974104..6104696325be 100644
--- a/fs/nfs/flexfilelayout/flexfilelayout.c
+++ b/fs/nfs/flexfilelayout/flexfilelayout.c
@@ -2076,7 +2076,7 @@ ff_layout_free_layoutreturn(struct nfs4_xdr_opaque_data *args)
kfree(ff_args);
}
-const struct nfs4_xdr_opaque_ops layoutreturn_ops = {
+static const struct nfs4_xdr_opaque_ops layoutreturn_ops = {
.encode = ff_layout_encode_layoutreturn,
.free = ff_layout_free_layoutreturn,
};