diff options
| author | Josef Bacik <josef@redhat.com> | 2010-03-19 14:07:23 -0400 |
|---|---|---|
| committer | Chris Mason <chris.mason@oracle.com> | 2010-03-30 21:19:09 -0400 |
| commit | 287a0ab91d25ca982f895a76402e5893b47ed7a6 (patch) | |
| tree | fcbe35daef2b4cbdc2bfc0c6026e7c45faef0245 /fs/btrfs/ctree.h | |
| parent | 1b1d1f6625e517a08640ddb4b8f8a0e025243fe3 (diff) | |
Btrfs: kill max_extent mount option
As Yan pointed out, theres not much reason for all this complicated math to
account for file extents being split up into max_extent chunks, since they are
likely to all end up in the same leaf anyway. Since there isn't much reason to
use max_extent, just remove the option altogether so we have one less thing we
need to test.
Signed-off-by: Josef Bacik <josef@redhat.com>
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, 0 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index 11115847d875..ae8c40922c54 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h | |||
| @@ -834,7 +834,6 @@ struct btrfs_fs_info { | |||
| 834 | u64 last_trans_log_full_commit; | 834 | u64 last_trans_log_full_commit; |
| 835 | u64 open_ioctl_trans; | 835 | u64 open_ioctl_trans; |
| 836 | unsigned long mount_opt; | 836 | unsigned long mount_opt; |
| 837 | u64 max_extent; | ||
| 838 | u64 max_inline; | 837 | u64 max_inline; |
| 839 | u64 alloc_start; | 838 | u64 alloc_start; |
| 840 | struct btrfs_transaction *running_transaction; | 839 | struct btrfs_transaction *running_transaction; |
