Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287889
b: refs/heads/master
c: c08782d
h: refs/heads/master
i:
  287887: 0ff4123
v: v3
  • Loading branch information
David Sterba committed Feb 15, 2012
1 parent 32f2558 commit 90a5992
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 87826df0ec36fc28884b4ddbb3f3af41c4c2008f
refs/heads/master: c08782dacd7a098f2b8bca7f4a57a5b402e9e1e5
2 changes: 1 addition & 1 deletion trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ struct btrfs_block_rsv {
u64 reserved;
struct btrfs_space_info *space_info;
spinlock_t lock;
unsigned int full:1;
unsigned int full;
};

/*
Expand Down
4 changes: 2 additions & 2 deletions trunk/fs/btrfs/extent_map.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ struct extent_map {
unsigned long flags;
struct block_device *bdev;
atomic_t refs;
unsigned int in_tree:1;
unsigned int compress_type:4;
unsigned int in_tree;
unsigned int compress_type;
};

struct extent_map_tree {
Expand Down

0 comments on commit 90a5992

Please sign in to comment.