locks: remove dead lease error-handling code
authorJ. Bruce Fields <bfields@redhat.com>
Wed, 3 Nov 2010 22:09:18 +0000 (18:09 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Wed, 10 Nov 2010 19:31:29 +0000 (14:31 -0500)
A minor oversight from f7347ce4ee7c65415f84be915c018473e7076f31,
"fasync: re-organize fasync entry insertion to allow it under a
spinlock": this cleanup-on-error was only needed to handle -ENOMEM.  Now
that we're preallocating it's unneeded.

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

No differences found