]> git.baikalelectronics.ru Git - kernel.git/commit
nfsd: remove unused get_new_stid()
authorTejun Heo <tj@kernel.org>
Wed, 13 Mar 2013 21:59:36 +0000 (14:59 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 13 Mar 2013 22:21:45 +0000 (15:21 -0700)
commit95ee35d07d3c97916a3f60a76ae41c265c24587e
tree21758a35a1084f2e7d4ab0f51810518f11a9dbcb
parent7e7669e3a9e1d9406ab4ff91c874759fc4bb1b5f
nfsd: remove unused get_new_stid()

get_new_stid() is no longer used since commit 67f0285e06e ("nfsd4:
simplify idr allocation").  Remove it.

Signed-off-by: Tejun Heo <tj@kernel.org>
Acked-by: J. Bruce Fields <bfields@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfsd/nfs4state.c