nfsd: no need to unhash_stid before free
authorBenny Halevy <bhalevy@primarydata.com>
Mon, 14 Oct 2013 06:01:55 +0000 (09:01 +0300)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 29 Oct 2013 14:03:27 +0000 (10:03 -0400)
idr_remove is about to be called before kmem_cache_free so unhashing it
is redundant

Signed-off-by: Benny Halevy <bhalevy@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found