]> bbs.cooldavid.org Git - net-next-2.6.git/commit
afs: destroy work queue on init failure
authorDan Carpenter <error27@gmail.com>
Wed, 11 Aug 2010 01:03:27 +0000 (18:03 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 11 Aug 2010 15:59:22 +0000 (08:59 -0700)
commitbebf8cfaea1df1a104b993b995bb385e998a4dc8
tree8c306f251666410c72a4f1c2c0c0e6dcd29e39ba
parenta35274cd109222e40716485d856b3ccc9ffccb37
afs: destroy work queue on init failure

We can clean up the work queue on this error path.  This function is
called from afs_init().

Signed-off-by: Dan Carpenter <error27@gmail.com>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/afs/rxrpc.c