]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/staging/lustre/lustre/libcfs/module.c
mm: page_alloc: remove GFP_IOFS
[linux-beck.git] / drivers / staging / lustre / lustre / libcfs / module.c
index 50e8fd23fa17fdf70307b4201fa4018d37ccfac8..07a68594c2791df5c75cbe138564b78008e8aefb 100644 (file)
@@ -319,7 +319,7 @@ static int libcfs_ioctl(struct cfs_psdev_file *pfile, unsigned long cmd, void *a
        struct libcfs_ioctl_data *data;
        int err = 0;
 
-       LIBCFS_ALLOC_GFP(buf, 1024, GFP_IOFS);
+       LIBCFS_ALLOC_GFP(buf, 1024, GFP_KERNEL);
        if (buf == NULL)
                return -ENOMEM;