Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231699
b: refs/heads/master
c: 75c52a4
h: refs/heads/master
i:
  231697: 1ef313b
  231695: 7e76724
v: v3
  • Loading branch information
Tejun Heo authored and David Woodhouse committed Jan 6, 2011
1 parent cb6cb48 commit 1f5abfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: d983c54ebd875f5f6fd37c154195c1c456a7af70
refs/heads/master: 75c52a49630a478ffe9c1473441779676817fce6
3 changes: 2 additions & 1 deletion trunk/drivers/mtd/mtdoops.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,8 @@ static void mtdoops_notify_remove(struct mtd_info *mtd)
printk(KERN_WARNING "mtdoops: could not unregister kmsg_dumper\n");

cxt->mtd = NULL;
flush_scheduled_work();
flush_work_sync(&cxt->work_erase);
flush_work_sync(&cxt->work_write);
}


Expand Down

0 comments on commit 1f5abfc

Please sign in to comment.