[TRIVIAL] typo in hfsplus.

Previous thread: [bug - scsi/blk] -git, WARNING: at include/linux/blkdev.h:427 __blk_run_queue+0x74/0xa0() by Ingo Molnar on Tuesday, April 29, 2008 - 3:55 pm. (3 messages)

Next thread: Btrfs v0.14 Released by Chris Mason on Tuesday, April 29, 2008 - 4:01 pm. (23 messages)
To: Linus Torvalds <torvalds@...>
Cc: Andrew Morton <akpm@...>, Linux Kernel <linux-kernel@...>
Date: Tuesday, April 29, 2008 - 4:01 pm

Signed-off-by: Dave Jones <davej@redhat.com>

--- linux-2.6/fs/hfsplus/super.c~ 2008-04-29 15:59:42.000000000 -0400
+++ linux-2.6/fs/hfsplus/super.c 2008-04-29 15:59:51.000000000 -0400
@@ -357,7 +357,7 @@ static int hfsplus_fill_super(struct sup
printk(KERN_WARNING "hfs: Filesystem is marked locked, mounting read-only.\n");
sb->s_flags |= MS_RDONLY;
} else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
- printk(KERN_WARNING "hfs: write access to a jounaled filesystem is not supported, "
+ printk(KERN_WARNING "hfs: write access to a journaled filesystem is not supported, "
"use the force option at your own risk, mounting read-only.\n");
sb->s_flags |= MS_RDONLY;
}

--
http://www.codemonkey.org.uk
--

Previous thread: [bug - scsi/blk] -git, WARNING: at include/linux/blkdev.h:427 __blk_run_queue+0x74/0xa0() by Ingo Molnar on Tuesday, April 29, 2008 - 3:55 pm. (3 messages)

Next thread: Btrfs v0.14 Released by Chris Mason on Tuesday, April 29, 2008 - 4:01 pm. (23 messages)