commit | 707e8a071528385a87b63a72a37c2322e463c7b8 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Wed Jun 04 19:22:26 2014 +0200 |
committer | Chris Mason <clm@fb.com> | Wed Sep 17 13:37:14 2014 -0700 |
tree | 02fa581efa4d2a05b4e786a553cf9e88bd6274b3 | |
parent | 962a298f35110edd8f326814ae41a3dd306ecb64 [diff] |
btrfs: use nodesize everywhere, kill leafsize The nodesize and leafsize were never of different values. Unify the usage and make nodesize the one. Cleanup the redundant checks and helpers. Shaves a few bytes from .text: text data bss dec hex filename 852418 24560 23112 900090 dbbfa btrfs.ko.before 851074 24584 23112 898770 db6d2 btrfs.ko.after Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <clm@fb.com>