]> Git Repo - linux.git/commit
autofs4: add missing kfree
authorIan Kent <[email protected]>
Thu, 24 Jul 2008 04:30:19 +0000 (21:30 -0700)
committerLinus Torvalds <[email protected]>
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 <[email protected]>
Cc: Jeff Moyer <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/autofs4/waitq.c
This page took 0.051137 seconds and 4 git commands to generate.