nfsd4: free_stid can be static

Reported-by: Fengguang Wu <fengguang.wu@intel.com>
This commit is contained in:
Fengguang Wu 2013-02-11 16:21:42 -05:00 коммит произвёл J. Bruce Fields
Родитель 01a7decf75
Коммит e56a316214
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -350,7 +350,7 @@ alloc_init_deleg(struct nfs4_client *clp, struct nfs4_ol_stateid *stp, struct sv
return dp;
}
void free_stid(struct nfs4_stid *s, struct kmem_cache *slab)
static void free_stid(struct nfs4_stid *s, struct kmem_cache *slab)
{
struct idr *stateids = &s->sc_client->cl_stateids;