aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTrond Myklebust <Trond.Myklebust@netapp.com>2009-12-03 15:54:02 -0500
committerTrond Myklebust <Trond.Myklebust@netapp.com>2009-12-03 15:54:02 -0500
commit1185a552e3d78807031f4021c5edb60d3e8838f1 (patch)
treec91d8b77610f640cd930f62407b9fc5fec283773 /fs/nfs
parentNFSv4: Ensure nfs_dns_lookup() and nfs_dns_update() are declared static (diff)
downloadlinux-dev-1185a552e3d78807031f4021c5edb60d3e8838f1.tar.xz
linux-dev-1185a552e3d78807031f4021c5edb60d3e8838f1.zip
NFSv4: Ensure nfs4_close_context() is declared as static
Fix another 'sparse' warning in fs/nfs/nfs4proc.c Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/nfs4proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c
index c7b8d39a3ce1..df8a734f1c05 100644
--- a/fs/nfs/nfs4proc.c
+++ b/fs/nfs/nfs4proc.c
@@ -1987,7 +1987,7 @@ out_drop:
return 0;
}
-void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
+static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
{
if (ctx->state == NULL)
return;