[Linux-cachefs] Re: [PATCH 01/28] SLOW_WORK: Wait for outstanding work items belonging to a module to clear

steve at chygwyn.com steve at chygwyn.com
Fri Nov 20 09:19:56 UTC 2009


Hi,

On Thu, Nov 19, 2009 at 05:20:39PM +0000, David Howells wrote:
> 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 at redhat.com>
> ---
> 
>  Documentation/slow-work.txt |   13 +++-
>  fs/fscache/main.c           |    6 +-
>  fs/fscache/object.c         |    1 
>  fs/fscache/operation.c      |    1 
>  fs/gfs2/main.c              |    4 +
>  fs/gfs2/recovery.c          |    1 
>  include/linux/slow-work.h   |    8 ++-
>  kernel/slow-work.c          |  132 +++++++++++++++++++++++++++++++++++++++++--
>  8 files changed, 150 insertions(+), 16 deletions(-)
>
GFS2 bits Acked-By: Steven Whitehouse <swhiteho at redhat.com>

Steve.




More information about the Linux-cachefs mailing list