From: David Sterba Date: Thu, 28 Feb 2013 14:54:18 +0000 (+0000) Subject: btrfs: use only inline_pages from extent buffer X-Git-Tag: v3.9-rc1~17^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8dae3138876080d4dd98cc438ff759338d632ef;p=pandora-kernel.git btrfs: use only inline_pages from extent buffer The nodesize is capped at 64k and there are enough pages preallocated in extent_buffer::inline_pages. The fallback to kmalloc never happened because even on the smallest page size considered (4k) inline_pages covered the needs. Signed-off-by: David Sterba Signed-off-by: Josef Bacik --- Reading git-diff-tree failed