From: Filipe Manana Date: Thu, 14 Aug 2014 11:25:14 +0000 (+0100) Subject: Btrfs: shrink further sizeof(struct extent_buffer) X-Git-Tag: fixes-against-v3.18-rc2~120^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a39e5980257c77f48b5c31f9fb483a72a03b213;p=pandora-kernel.git Btrfs: shrink further sizeof(struct extent_buffer) The map_start and map_len fields aren't used anywhere, so just remove them. On a x86_64 system, this reduced sizeof(struct extent_buffer) from 296 bytes to 280 bytes, and therefore 14 extent_buffer structs can now fit into a page instead of 13. Signed-off-by: Filipe Manana Reviewed-by: David Sterba Signed-off-by: Chris Mason --- Reading git-diff-tree failed