Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 360411
b: refs/heads/master
c: 8c6a3ee
h: refs/heads/master
i:
  360409: 239917c
  360407: 9cf6991
v: v3
  • Loading branch information
Miao Xie authored and Josef Bacik committed Feb 20, 2013
1 parent e2ca5ec commit 638cdd3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 55e301fd57a6239ec14b91a1cf2e70b3dd135194
refs/heads/master: 8c6a3ee6dbd564d05019d396ecb5dc5b35cbc273
6 changes: 6 additions & 0 deletions trunk/fs/btrfs/ctree.h
Original file line number Diff line number Diff line change
Expand Up @@ -1297,6 +1297,12 @@ struct btrfs_fs_info {
u64 last_trans_log_full_commit;
unsigned long mount_opt;
unsigned long compress_type:4;
/*
* It is a suggestive number, the read side is safe even it gets a
* wrong number because we will write out the data into a regular
* extent. The write side(mount/remount) is under ->s_umount lock,
* so it is also safe.
*/
u64 max_inline;
u64 alloc_start;
struct btrfs_transaction *running_transaction;
Expand Down

0 comments on commit 638cdd3

Please sign in to comment.