Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 213442
b: refs/heads/master
c: 3e24e13
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Steve French committed Oct 19, 2010
1 parent 67ce8ea commit 128b5ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 89f150f401c32b0a587dcb98d3bcfafe0b9c1c70
refs/heads/master: 3e24e132878c83910b61eb7704511a6d96a0389f
3 changes: 1 addition & 2 deletions trunk/fs/cifs/cifs_dfs_ref.c
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ static void cifs_dfs_expire_automounts(struct work_struct *work)
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);
}

/**
Expand Down

0 comments on commit 128b5ee

Please sign in to comment.