]> git.baikalelectronics.ru Git - kernel.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)
commitbd709ec316ee2f92507e969a4eda9bd64e763775
tree1da0aa09fd27b35628562648b5da5bf3af9d2d8b
parentca1a75176cff4cf5790d925df8d9a74aa5b61011
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