From: J. Bruce Fields Date: Tue, 27 Mar 2007 05:32:10 +0000 (-0800) Subject: [PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() call X-Git-Tag: v2.6.21-rc6~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79f6523a16b2010969418f8df25fe61498dec66b;p=pandora-kernel.git [PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() call This cancel_delayed_work call is called from a function that is only called from a piece of code that immediate follows a cancel and destruction of the workqueue, so it's clearly a mistake. Cc: Oleg Nesterov 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