Re: [PATCH] hfsplus: don't modify journaled volume

From: Andrew Morton
Date: Sat Nov 05 2005 - 00:02:31 EST


Roman Zippel <zippel@xxxxxxxxxxxxxx> wrote:
>
> + } else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
> + printk("HFS+-fs: Filesystem is marked journaled, leaving read-only.\n");
> + sb->s_flags |= MS_RDONLY;
> + *flags |= MS_RDONLY;

These sorts of printks should have an explicit facility level, no?
-
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/