[PATCH v2] ubifs: respect MS_SILENT mount flag
Artem Bityutskiy
dedekind1 at gmail.com
Wed May 28 01:14:49 PDT 2014
On Wed, 2014-05-28 at 08:07 +0000, Bityutskiy, Artem wrote:
> On Wed, 2014-05-28 at 11:01 +0300, Artem Bityutskiy wrote:
> > + /*
> > + * Good commend describing what we are doing.
> > + */
> > + c->probing = 1
>
> Err, actually:
>
> c->probing = silent;
>
> > err = ubifs_read_superblock(c);
> > + c->probing = 0
> > if (err)
> > goto out_free;
I guess you guys got the idea, but just in case, you also will need to
add "if (!c->probing) { ubifs_error() }" in the relevant places.
--
Best Regards,
Artem Bityutskiy
More information about the linux-mtd
mailing list