Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 346701
b: refs/heads/master
c: 0714012
h: refs/heads/master
i:
  346699: 174a26f
v: v3
  • Loading branch information
Wang Sheng-Hui authored and Chris Mason committed Dec 17, 2012
1 parent 249f3af commit fcec852
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 3f6bcfbd4149875662773eb40a62294cddf215d4
refs/heads/master: 071401258a580dec2a3e0c2700b7e76f3ed43320
1 change: 0 additions & 1 deletion trunk/fs/btrfs/free-space-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ static void io_ctl_unmap_page(struct io_ctl *io_ctl)

static void io_ctl_map_page(struct io_ctl *io_ctl, int clear)
{
WARN_ON(io_ctl->cur);
BUG_ON(io_ctl->index >= io_ctl->num_pages);
io_ctl->page = io_ctl->pages[io_ctl->index++];
io_ctl->cur = kmap(io_ctl->page);
Expand Down

0 comments on commit fcec852

Please sign in to comment.