btrfs: drop gfp parameter from alloc_extent_map
[deliverable/linux.git] / fs / btrfs / disk-io.c
index f2ee584b8efdca11049001ae98a29a7690547b3a..e1e55679d0616106c9c4b18f4b79415c05bb972e 100644 (file)
@@ -154,7 +154,7 @@ static struct extent_map *btree_get_extent(struct inode *inode,
        }
        read_unlock(&em_tree->lock);
 
-       em = alloc_extent_map(GFP_NOFS);
+       em = alloc_extent_map();
        if (!em) {
                em = ERR_PTR(-ENOMEM);
                goto out;
This page took 0.025834 seconds and 5 git commands to generate.