nfsd4: don't leave freed stateid hashed
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 12 Dec 2012 20:24:12 +0000 (15:24 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 18 Dec 2012 03:00:28 +0000 (22:00 -0500)
Note the stateid is hashed early on in init_stid(), but isn't currently
being unhashed on error paths.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>

No differences found