Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
[platform/kernel/linux-rpi.git] / lib / scatterlist.c
index ed2497c..9a4992d 100644 (file)
@@ -585,7 +585,7 @@ struct scatterlist *sgl_alloc_order(unsigned long long length,
                nalloc++;
        }
        sgl = kmalloc_array(nalloc, sizeof(struct scatterlist),
-                           (gfp & ~GFP_DMA) | __GFP_ZERO);
+                           gfp & ~GFP_DMA);
        if (!sgl)
                return NULL;