Re: [PATCH v3] Add security.* XATTR support for the UBIFS

From: Artem Bityutskiy
Date: Thu Apr 12 2012 - 03:09:17 EST


On Wed, 2012-04-11 at 14:28 -0700, subodh.nijsure@xxxxxxxxx wrote:
> +#ifdef CONFIG_UBIFS_FS_XATTR
> +
> + err = ubifs_init_security(dir, inode, &dentry->d_name);
> + if (err) {
> + ubifs_err("cannot initialize extended attribute, error %d",
> + err);
> + goto out_cancel;
> + }
> +
> +#endif

Suboodh,

would you please first create a preparational patch which removes
the CONFIG_UBIFS_FS_XATTR completely and makes xattr support to be
always present.

And then you could add the security stuff on top of this without the
#ifdef churn.

Thanks!

--
Best Regards,
Artem Bityutskiy

Attachment: signature.asc
Description: This is a digitally signed message part