Re: [RFC][PATCH 4/6] slim: secfs patch

From: Dave Hansen
Date: Fri Jul 14 2006 - 13:41:23 EST


On Fri, 2006-07-14 at 10:24 -0700, Kylene Jo Hall wrote:
>
> +static ssize_t slm_read_level(struct file *file, char __user *buf,
> + size_t buflen, loff_t *ppos)
> +{
> + struct slm_tsec_data *cur_tsec = current->security;
> + ssize_t len;
> + char *page = (char *)__get_free_page(GFP_KERNEL);

Do you really need a page here? Why not just use kmalloc()?

-- Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/