]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] knfsd: nfsd4: remove superfluous cancel_delayed_work() call
authorJ. Bruce Fields <bfields@fieldses.org>
Tue, 27 Mar 2007 05:32:10 +0000 (21:32 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 27 Mar 2007 16:05:14 +0000 (09:05 -0700)
commit0c6f7190d90c2d0e3257938996e67b0145ff2605
tree269437d5a0083a1b97fd03db2ba1f3d564d09d31
parentf0746f8d2ff78af7158a7a639cc81d7bc33acf63
[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 <oleg@tv-sign.ru>
Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/nfsd/nfs4state.c