Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 119180
b: refs/heads/master
c: f652c52
h: refs/heads/master
v: v3
  • Loading branch information
Arjan van de Ven authored and Linus Torvalds committed Nov 20, 2008
1 parent 5ab2780 commit 08b0fa0
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: a495a6d35a026826d54a69d01f373681e14f59ac
refs/heads/master: f652c521e0bec2e70cf123f47e80117a7e6ed139
2 changes: 1 addition & 1 deletion trunk/lib/scatterlist.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ void sg_miter_stop(struct sg_mapping_iter *miter)
WARN_ON(!irqs_disabled());
kunmap_atomic(miter->addr, KM_BIO_SRC_IRQ);
} else
kunmap(miter->addr);
kunmap(miter->page);

miter->page = NULL;
miter->addr = NULL;
Expand Down

0 comments on commit 08b0fa0

Please sign in to comment.