btrfs: use nodesize everywhere, kill leafsize
authorDavid Sterba <dsterba@suse.cz>
Wed, 4 Jun 2014 17:22:26 +0000 (19:22 +0200)
committerChris Mason <clm@fb.com>
Wed, 17 Sep 2014 20:37:14 +0000 (13:37 -0700)
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>

No differences found