]> git.baikalelectronics.ru Git - kernel.git/commit
SLOW_WORK: Wait for outstanding work items belonging to a module to clear
authorDavid Howells <dhowells@redhat.com>
Thu, 19 Nov 2009 18:10:23 +0000 (18:10 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 19 Nov 2009 18:10:23 +0000 (18:10 +0000)
commita9ecd804f7478c60229196cd98cad214f1584953
tree172aa672eca96b94f5531885b82abb82b43c7d8a
parent731217069199774164ef409414ae8c1574b5694f
SLOW_WORK: Wait for outstanding work items belonging to a module to clear

Wait for outstanding slow work items belonging to a module to clear when
unregistering that module as a user of the facility.  This prevents the put_ref
code of a work item from being taken away before it returns.

Signed-off-by: David Howells <dhowells@redhat.com>
Documentation/slow-work.txt
fs/fscache/main.c
fs/fscache/object.c
fs/fscache/operation.c
fs/gfs2/main.c
fs/gfs2/recovery.c
include/linux/slow-work.h
kernel/slow-work.c