[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1360826960.12703.159.camel@sauron.fi.intel.com>
Date: Thu, 14 Feb 2013 09:29:20 +0200
From: Artem Bityutskiy <artem.bityutskiy@...ux.intel.com>
To: Marc Kleine-Budde <mkl@...gutronix.de>
Cc: linux-mtd@...ts.infradead.org, kernel@...gutronix.de,
linux-kernel@...r.kernel.org,
linux-security-module@...r.kernel.org,
Subodh Nijsure <snijsure@...d-net.com>
Subject: Re: [PATCH RFC 5/5] UBIFS: add ubifs_err() to print error reason
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists