lkml.org 
[lkml]   [2010]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v2.6.36-rc7] cifs: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync()
On Tue, 19 Oct 2010 17:55:54 +0200
Tejun Heo <tj@kernel.org> wrote:

> flush_scheduled_work() is going away.
>
> Signed-off-by: Tejun Heo <tj@kernel.org>
> ---
> fs/cifs/cifs_dfs_ref.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> Index: work/fs/cifs/cifs_dfs_ref.c
> ===================================================================
> --- work.orig/fs/cifs/cifs_dfs_ref.c
> +++ work/fs/cifs/cifs_dfs_ref.c
> @@ -44,8 +44,7 @@ static void cifs_dfs_expire_automounts(s
> void cifs_dfs_release_automount_timer(void)
> {
> BUG_ON(!list_empty(&cifs_dfs_automount_list));
> - cancel_delayed_work(&cifs_dfs_automount_task);
> - flush_scheduled_work();
> + cancel_delayed_work_sync(&cifs_dfs_automount_task);
> }
>
> /**

Looks like a better way to do this anyhow.

Reviewed-by: Jeff Layton <jlayton@redhat.com>


\
 
 \ /
  Last update: 2010-10-19 18:15    [W:0.032 / U:0.588 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site