mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 22:21:40 +00:00
trivial: fix user-visible typo in hfsplus
Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
25f2ea9fc8
commit
355a46961b
@ -357,7 +357,7 @@ static int hfsplus_fill_super(struct super_block *sb, void *data, int silent)
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user