diff options
author | Chris Mason <chris.mason@oracle.com> | 2008-01-29 16:03:38 -0500 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:00 -0400 |
commit | 6f568d35a045dbb8a13fe71bfc32e85e39a986cb (patch) | |
tree | df5cb5826dfb46a2514bfba34f8473dc65ea7081 /fs/btrfs/ctree.h | |
parent | 291d673e6a22d9c6834e939f66c7cfef90669021 (diff) |
Btrfs: mount -o max_inline=size to control the maximum inline extent size
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/ctree.h')
-rw-r--r-- | fs/btrfs/ctree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 127c86f795d0..8f93e066bf8b 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
@@ -325,6 +325,7 @@ struct btrfs_fs_info { | |||
325 | u64 last_trans_committed; | 325 | u64 last_trans_committed; |
326 | unsigned long mount_opt; | 326 | unsigned long mount_opt; |
327 | u64 max_extent; | 327 | u64 max_extent; |
328 | u64 max_inline; | ||
328 | u64 alloc_start; | 329 | u64 alloc_start; |
329 | struct btrfs_transaction *running_transaction; | 330 | struct btrfs_transaction *running_transaction; |
330 | struct btrfs_super_block super_copy; | 331 | struct btrfs_super_block super_copy; |