]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - drivers/scsi/sd_zbc.c
Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-block
[thirdparty/linux.git] / drivers / scsi / sd_zbc.c
index bb87fbba2a0904860b9c37cc0c8e5881352631ae..6f7eba66687e91ad17344059f8624ebf000f7804 100644 (file)
@@ -169,8 +169,7 @@ static void *sd_zbc_alloc_report_buffer(struct scsi_disk *sdkp,
 
        while (bufsize >= SECTOR_SIZE) {
                buf = __vmalloc(bufsize,
-                               GFP_KERNEL | __GFP_ZERO | __GFP_NORETRY,
-                               PAGE_KERNEL);
+                               GFP_KERNEL | __GFP_ZERO | __GFP_NORETRY);
                if (buf) {
                        *buflen = bufsize;
                        return buf;