Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360467
b: refs/heads/master
c: 4ae10b3
h: refs/heads/master
i:
  360465: ff94e21
  360463: db6aff2
v: v3
  • Loading branch information
Chris Mason committed Feb 1, 2013
1 parent 8dd83ff commit 915e35d
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 9 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: 53b381b3abeb86f12787a6c40fee9b2f71edc23b
refs/heads/master: 4ae10b3a133e1147f3c818fe2ebaf005b217b7bf
5 changes: 4 additions & 1 deletion trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,10 @@ struct btrfs_stripe_hash {

/* used by the raid56 code to lock stripes for read/modify/write */
struct btrfs_stripe_hash_table {
struct btrfs_stripe_hash *table;
struct list_head stripe_cache;
spinlock_t cache_lock;
int cache_size;
struct btrfs_stripe_hash table[];
};

#define BTRFS_STRIPE_HASH_TABLE_BITS 11
Expand Down
Loading

0 comments on commit 915e35d

Please sign in to comment.