commit | c59f8951d48c5eb000926935f3ab063d8181d1ee | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Mon Dec 17 20:14:04 2007 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:58 2008 -0400 |
tree | ddf1e3ecb8a03fc30add98ee263c23eb6d382621 | |
parent | d10c5f31c79c6a703974ae29d0a05781b828fe30 [diff] [blame] |
Btrfs: Add mount option to enforce a max extent size Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index b51b021..32b2446 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h
@@ -322,6 +322,7 @@ u64 generation; u64 last_trans_committed; unsigned long mount_opt; + u64 max_extent; struct btrfs_transaction *running_transaction; struct btrfs_super_block super_copy; struct extent_buffer *sb_buffer;