commit | 698d0082c4875a2ccc10b52ee8f415faad46b754 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@fusionio.com> | Wed Sep 12 14:08:47 2012 -0400 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Oct 01 15:19:21 2012 -0400 |
tree | dafa91d15c927cf5e951c7dbd05bedd36a90d406 | |
parent | ea658badc47e614e38ab4d98510488474c7e6d4b [diff] |
Btrfs: remove bytes argument from do_chunk_alloc Everybody is just making stuff up, and it's just used to see if we really do need to alloc a chunk, and since we do this when we already know we really do it's just a waste of space. Thanks, Signed-off-by: Josef Bacik <jbacik@fusionio.com>