]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/smbfs/request.c
[PATCH] slab: remove SLAB_KERNEL
[mirror_ubuntu-bionic-kernel.git] / fs / smbfs / request.c
index 0fb74697abc401694ea0a0e9aed4f8352a5213c5..3eb1402191b94b64df0d023a76ff543fca1cac12 100644 (file)
@@ -61,7 +61,7 @@ static struct smb_request *smb_do_alloc_request(struct smb_sb_info *server,
        struct smb_request *req;
        unsigned char *buf = NULL;
 
-       req = kmem_cache_alloc(req_cachep, SLAB_KERNEL);
+       req = kmem_cache_alloc(req_cachep, GFP_KERNEL);
        VERBOSE("allocating request: %p\n", req);
        if (!req)
                goto out;