Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288397
b: refs/heads/master
c: a175423
h: refs/heads/master
i:
  288395: ea73b43
v: v3
  • Loading branch information
Chris Mason committed Mar 3, 2012
1 parent 70e4f10 commit 267ca73
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: d3b010640e5c59b98d3b11229ba4cc2838dc7cbf
refs/heads/master: a175423c831ea582c06784d1e172d2ce1d79923a
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/reada.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ static struct reada_zone *reada_find_zone(struct btrfs_fs_info *fs_info,

spin_lock(&fs_info->reada_lock);
ret = radix_tree_insert(&dev->reada_zones,
(unsigned long)zone->end >> PAGE_CACHE_SHIFT,
(unsigned long)(zone->end >> PAGE_CACHE_SHIFT),
zone);
spin_unlock(&fs_info->reada_lock);

Expand Down

0 comments on commit 267ca73

Please sign in to comment.