alistair23-linux/fs/fscache
David Howells 3d7a641e54 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>
2009-11-19 18:10:23 +00:00
..
cache.c FS-Cache: Add and document asynchronous operation handling 2009-04-03 16:42:39 +01:00
cookie.c FS-Cache: Implement the cookie management part of the netfs API 2009-04-03 16:42:38 +01:00
fsdef.c FS-Cache: Root index definition 2009-04-03 16:42:37 +01:00
histogram.c
internal.h FS-Cache: Fixup renamed filenames in comments in internal.h 2009-05-27 10:20:13 -07:00
Kconfig
main.c SLOW_WORK: Wait for outstanding work items belonging to a module to clear 2009-11-19 18:10:23 +00:00
Makefile FS-Cache: Implement data I/O part of netfs API 2009-04-03 16:42:39 +01:00
netfs.c FS-Cache: Add netfs registration 2009-04-03 16:42:38 +01:00
object.c SLOW_WORK: Wait for outstanding work items belonging to a module to clear 2009-11-19 18:10:23 +00:00
operation.c SLOW_WORK: Wait for outstanding work items belonging to a module to clear 2009-11-19 18:10:23 +00:00
page.c FS-Cache: Implement data I/O part of netfs API 2009-04-03 16:42:39 +01:00
proc.c
stats.c