From: David Sterba Date: Sun, 15 Jun 2014 00:39:54 +0000 (+0200) Subject: btrfs: sink blocksize parameter to btrfs_find_create_tree_block X-Git-Tag: fixes-v4.0-rc1~50^2~52^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a83fffb75d09cd3d44167b7fb9c1ab9e2269445f;p=pandora-kernel.git btrfs: sink blocksize parameter to btrfs_find_create_tree_block Finally it's clear that the requested blocksize is always equal to nodesize, with one exception, the superblock. Superblock has fixed size regardless of the metadata block size, but uses the same helpers to initialize sys array/chunk tree and to work with the chunk items. So it pretends to be an extent_buffer for a moment, btrfs_read_sys_array is full of special cases, we're adding one more. Signed-off-by: David Sterba --- Reading git-diff-tree failed