Commit 1185a552 authored by Trond Myklebust's avatar Trond Myklebust
Browse files

NFSv4: Ensure nfs4_close_context() is declared as static


Fix another 'sparse' warning in fs/nfs/nfs4proc.c
Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 0a6566ec
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment