From: Josef Bacik Date: Tue, 25 Jan 2011 20:10:08 +0000 (-0500) Subject: Btrfs: fix how we deal with the pages array in the write path X-Git-Tag: v2.6.39-rc1~19^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a64001f0047956e283f7ada9843dfc3f3b5d8c8;p=pandora-kernel.git Btrfs: fix how we deal with the pages array in the write path Really we don't need to memset the pages array at all, since we know how many pages we're going to use in the array and pass that around. So don't memset, just trust we're not idiots and we pass num_pages around properly. Signed-off-by: Josef Bacik --- Reading git-diff-tree failed