• D
    btrfs: silence warning in raid array setup · 8a334426
    David Sterba 提交于
    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: NDavid Sterba <dsterba@suse.cz>
    8a334426
volumes.c 112.0 KB