• D
    btrfs: scrub: use GFP_KERNEL on the submission path · 58c4e173
    David Sterba 提交于
    Scrub is not on the critical writeback path we don't need to use
    GFP_NOFS for all allocations. The failures are handled and stats passed
    back to userspace.
    
    Let's use GFP_KERNEL on the paths where everything is ok, ie. setup the
    global structures and the IO submission paths.
    
    Functions that do the repair and fixups still use GFP_NOFS as we might
    want to skip any other filesystem activity if we encounter an error.
    This could turn out to be unnecessary, but requires more review compared
    to the easy cases in this patch.
    Signed-off-by: NDavid Sterba <dsterba@suse.com>
    58c4e173
scrub.c 114.4 KB