Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38086
b: refs/heads/master
c: 92c060a
h: refs/heads/master
v: v3
  • Loading branch information
Milan Broz authored and Linus Torvalds committed Oct 3, 2006
1 parent 15db297 commit 6026347
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: e3f6ac6123be6f4ba14d71af0da0e8d3d39c33ed
refs/heads/master: 92c060a692a0c3482cdfcaf346cb2f7572368895
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-snap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ static int __origin_write(struct list_head *snapshots, struct bio *bio)

pe = __find_pending_exception(snap, bio);
if (!pe) {
__invalidate_snapshot(snap, pe, ENOMEM);
__invalidate_snapshot(snap, pe, -ENOMEM);
goto next_snapshot;
}

Expand Down

0 comments on commit 6026347

Please sign in to comment.