Re: [PATCH 08/14] NFSv4: Add label recommended attribute and NFSv4flags

From: James Morris
Date: Thu Dec 04 2008 - 21:39:25 EST


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

> --- a/include/linux/nfs_xdr.h
> +++ b/include/linux/nfs_xdr.h
> @@ -57,6 +57,10 @@ struct nfs_fattr {
> __u64 pre_change_attr;/* pre-op NFSv4 change attribute */
> unsigned long time_start;
> unsigned long gencount;
> +#ifdef CONFIG_SECURITY
> + void *label;
> + __u32 label_len;
> +#endif

Should this be CONFIG_NFS_V4_SECURITY_LABEL ?


--
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/