From: David Sterba Date: Fri, 7 Oct 2011 16:06:13 +0000 (+0200) Subject: btrfs: silence warning in raid array setup X-Git-Tag: v3.3-rc5~9^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a3344269465b26761b74493cfbeeaa75d821614;p=pandora-kernel.git btrfs: silence warning in raid array setup Raid array setup code creates an extent buffer in an usual way. When the PAGE_CACHE_SIZE is > super block size, the extent pages are not marked up-to-date, which triggers a WARN_ON in the following write_extent_buffer call. Add an explicit up-to-date call to silence the warning. Signed-off-by: David Sterba --- Reading git-diff-tree failed