Re: How do I get the ext3 driver to shut up?

From: Andrew Morton
Date: Tue Mar 14 2006 - 02:13:55 EST


Rob Landley <rob@xxxxxxxxxxx> wrote:
>
> I'm making a test suite for busybox mount, which does filesystem autodetection
> the easy way (try all the ones in /etc/filesystems and /proc/filesystems
> until one of them succeeds). My test code is creating and mounting vfat and
> ext2 filesystems.
>
> Guess which device driver feels a bit chatty?
>
> ...
>
> VFS: Can't find ext3 filesystem on dev loop0.

That's only printed if the sys_mount() caller set MS_VERBOSE in `flags'.
-
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/