From: NeilBrown Date: Fri, 24 Jun 2005 05:03:19 +0000 (-0700) Subject: [PATCH] knfsd: nfsd4: create separate laundromat workqueue X-Git-Tag: v2.6.13-rc1~68^2~305 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58da282b733cff4caef805c6555c7a3b90772946;p=pandora-kernel.git [PATCH] knfsd: nfsd4: create separate laundromat workqueue We're running the laundromat work on the default kevent worker thread. But the laundromat takes the nfsv4 state semaphore, which is used for way too much stuff, and the potential for deadlocks is high. Better to have this on a separate workqueue. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed