]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
autofs4: add missing kfree
authorIan Kent <raven@themaw.net>
Thu, 24 Jul 2008 04:30:19 +0000 (21:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 24 Jul 2008 17:47:32 +0000 (10:47 -0700)
commitf4c7da02615bebcaf89f15a8d055922f515160b8
tree1da0aa09fd27b35628562648b5da5bf3af9d2d8b
parenta1362fe92f1bde687b3a9e93d6b8d105d0a84f74
autofs4: add missing kfree

It see that the patch tittled "autofs4 - fix pending mount race" is
missing a change that I had recently made.

It's missing a kfree for the case mutex_lock_interruptible() fails
to aquire the wait queue mutex.

Signed-off-by: Ian Kent <raven@themaw.net>
Cc: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/waitq.c