[PATCH v3] Add security.* XATTR support for the UBIFS
Artem Bityutskiy
dedekind1 at gmail.com
Thu Apr 12 03:11:53 EDT 2012
On Wed, 2012-04-11 at 14:28 -0700, subodh.nijsure at gmail.com 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part
URL: <http://lists.infradead.org/pipermail/linux-mtd/attachments/20120412/8c0c79b7/attachment-0001.sig>
More information about the linux-mtd
mailing list