Re: [PATCH 10/14] NFS: Introduce lifecycle management for labelattribute.

From: James Morris
Date: Fri Dec 05 2008 - 00:45:50 EST


On Wed, 26 Nov 2008, David P. Quigley wrote:

> +#ifdef CONFIG_NFS_V4_SECURITY_LABEL
> + if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL))
> + error = nfs_fattr_alloc(&fattr, GFP_NOWAIT);
> + if (error < 0)
> + goto out_bad;
> +#endif

Why GFP_NOWAIT ?

--
James Morris
<jmorris@xxxxxxxxx>
--
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/