commit | 8a3344269465b26761b74493cfbeeaa75d821614 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Fri Oct 07 18:06:13 2011 +0200 |
committer | David Sterba <dsterba@suse.cz> | Wed Feb 15 16:40:25 2012 +0100 |
tree | 31dbc7d96441b95825c70073c769fc7b3f674a75 | |
parent | c08782dacd7a098f2b8bca7f4a57a5b402e9e1e5 [diff] |
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 <dsterba@suse.cz>