commit | 26b8003f10569a9155b7539ef5a7379ee0c6b050 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Wed Aug 08 20:17:12 2007 -0400 |
committer | David Woodhouse <dwmw2@hera.kernel.org> | Wed Aug 08 20:17:12 2007 -0400 |
tree | 22d788e74199629ca4deb2d5774fd3e5b9ef748a | |
parent | f4468e94c86c2031f447788c4bfe7dfd2fcdc93a [diff] [blame] |
Btrfs: Replace extent tree preallocation code with some bit radix magic. Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/transaction.h b/fs/btrfs/transaction.h index 8b2714e..65a395ee 100644 --- a/fs/btrfs/transaction.h +++ b/fs/btrfs/transaction.h
@@ -39,6 +39,8 @@ unsigned long blocks_used; struct btrfs_transaction *transaction; struct btrfs_block_group_cache *block_group; + u64 alloc_exclude_start; + u64 alloc_exclude_nr; };