From: Alan Cox <alan@lxorguk.ukuu.org.uk>
To: akpm@osdl.org, linux-kernel@vger.kernel.org
Subject: [PATCH] hfsplus: Correct user visible printk
Date: Fri, 2 May 2008 14:29:25 +0100 [thread overview]
Message-ID: <20080502142925.2e439d8a@core> (raw)
The verb form is "journalised". Confirmed with the OED and BCS
Signed-off-by: Alan Cox <alan@redhat.com>
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.vanilla-2.6.25-mm1/fs/hfsplus/super.c linux-2.6.25-mm1/fs/hfsplus/super.c
--- linux.vanilla-2.6.25-mm1/fs/hfsplus/super.c 2008-04-28 11:36:50.000000000 +0100
+++ linux-2.6.25-mm1/fs/hfsplus/super.c 2008-05-02 13:37:20.000000000 +0100
@@ -261,7 +261,7 @@
sb->s_flags |= MS_RDONLY;
*flags |= MS_RDONLY;
} else if (vhdr->attributes & cpu_to_be32(HFSPLUS_VOL_JOURNALED)) {
- printk(KERN_WARNING "hfs: filesystem is marked journaled, leaving read-only.\n");
+ printk(KERN_WARNING "hfs: filesystem is marked journalised, leaving read-only.\n");
sb->s_flags |= MS_RDONLY;
*flags |= MS_RDONLY;
}
next reply other threads:[~2008-05-02 13:38 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-02 13:29 Alan Cox [this message]
2008-05-02 14:00 ` [PATCH] hfsplus: Correct user visible printk Frans Pop
2008-05-02 14:04 ` Alan Cox
2008-05-02 15:42 ` Frans Pop
2008-05-02 15:44 ` Alan Cox
2008-05-02 21:18 ` Jeremy Fitzhardinge
2008-05-02 22:29 ` Alan Cox
2008-05-03 11:49 ` SL Baur
2008-05-03 12:06 ` Frans Pop
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080502142925.2e439d8a@core \
--to=alan@lxorguk.ukuu.org.uk \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox