• D
    btrfs: drop unused argument from extent_io_tree_init · f993c883
    David Sterba 提交于
    all callers pass GFP_NOFS, but the GFP mask argument is not used in the
    function; GFP_ATOMIC is passed to radix tree initialization and it's the
    only correct one, since we're using the preload/insert mechanism of
    radix tree.
    Let's drop the gfp mask from btrfs function, this will not change
    behaviour.
    Signed-off-by: NDavid Sterba <dsterba@suse.cz>
    f993c883
disk-io.c 81.5 KB