Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180579
b: refs/heads/master
c: 55f67f2
h: refs/heads/master
i:
  180577: 1d071c2
  180575: 340eded
v: v3
  • Loading branch information
Mike Snitzer authored and Alasdair G Kergon committed Feb 16, 2010
1 parent 95df322 commit 441f88b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 781248c1b50c776a9ef4be1130f84ced1cba42fe
refs/heads/master: 55f67f2dedec1e3049abc30b6d82b999a14cafb7
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-snap-persistent.c
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ static int chunk_io(struct pstore *ps, void *area, chunk_t chunk, int rw,
* Issue the synchronous I/O from a different thread
* to avoid generic_make_request recursion.
*/
INIT_WORK(&req.work, do_metadata);
INIT_WORK_ON_STACK(&req.work, do_metadata);
queue_work(ps->metadata_wq, &req.work);
flush_workqueue(ps->metadata_wq);

Expand Down

0 comments on commit 441f88b

Please sign in to comment.