ceph: make sure request isn't in any waiting list when kicking request.
[firefly-linux-kernel-4.4.55.git] / fs / ramfs / file-nommu.c
index dda012ad4208d3192521c80a082af5ff038f5b3b..bbafbde3471a65b0f0f509b0ba5ccc48dd1d2718 100644 (file)
@@ -222,7 +222,7 @@ static unsigned long ramfs_nommu_get_unmapped_area(struct file *file,
 
        /* gang-find the pages */
        ret = -ENOMEM;
-       pages = kzalloc(lpages * sizeof(struct page *), GFP_KERNEL);
+       pages = kcalloc(lpages, sizeof(struct page *), GFP_KERNEL);
        if (!pages)
                goto out_free;