Re: [PATCH RFC 5/5] UBIFS: add ubifs_err() to print error reason

From: Artem Bityutskiy
Date: Thu Feb 14 2013 - 02:29:11 EST


On Wed, 2013-02-13 at 11:23 +0100, Marc Kleine-Budde wrote:
> err = ubifs_init_security(dir, inode, &dentry->d_name);
> - if (err)
> + if (err) {
> + ubifs_err("cannot initialize extended attribute, error %d",
> + err);
> goto out_cancel;
> + }

Would you please instead make 'ubifs_init_security()' print the error
message.

--
Best Regards,
Artem Bityutskiy

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