commit | 3f556f7853ec4845a7c219d026cbcdf4cfa8cea7 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Sun Jun 15 03:20:26 2014 +0200 |
committer | David Sterba <dsterba@suse.cz> | Fri Dec 12 18:26:55 2014 +0100 |
tree | cf3552bb4ed22bc7c46403549ca13043c40fe460 | |
parent | 23d79d81b13431756fee428acde49c9b770da132 [diff] |
btrfs: unify extent buffer allocation api Make the extent buffer allocation interface consistent. Cloned eb will set a valid fs_info. For dummy eb, we can drop the length parameter and set it from fs_info. The built-in sanity checks may pass a NULL fs_info that's queried for nodesize, but we know it's 4096. Signed-off-by: David Sterba <dsterba@suse.cz>