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>
This commit is contained in:
Trond Myklebust 2009-12-03 15:54:02 -05:00
Родитель 0a6566ecd3
Коммит 1185a552e3
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;