]> rtime.felk.cvut.cz Git - linux-imx.git/commit
Btrfs: remove bytes argument from do_chunk_alloc
authorJosef Bacik <jbacik@fusionio.com>
Wed, 12 Sep 2012 18:08:47 +0000 (14:08 -0400)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:19:21 +0000 (15:19 -0400)
commit698d0082c4875a2ccc10b52ee8f415faad46b754
treedafa91d15c927cf5e951c7dbd05bedd36a90d406
parentea658badc47e614e38ab4d98510488474c7e6d4b
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>
fs/btrfs/extent-tree.c