commit | 8f662a76c6af8eb367fa519e9bb9766040d9cea8 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Jan 02 10:01:11 2008 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:58 2008 -0400 |
tree | 3072a4d35c49e2c884f41d044dec4950bf95c3b3 | |
parent | e52ec0eb62e76ea584c8438ef92933e9b815db80 [diff] [blame] |
Btrfs: Add readahead to the online shrinker, and a mount -o alloc_start= for testing Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/ctree.h b/fs/btrfs/ctree.h index b83a1be..d6e5c19 100644 --- a/fs/btrfs/ctree.h +++ b/fs/btrfs/ctree.h
@@ -324,6 +324,7 @@ u64 last_trans_committed; unsigned long mount_opt; u64 max_extent; + u64 alloc_start; struct btrfs_transaction *running_transaction; struct btrfs_super_block super_copy; struct extent_buffer *sb_buffer;