diff options
author | Len Brown <len.brown@intel.com> | 2011-03-23 02:34:54 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-03-23 02:34:54 -0400 |
commit | 02e2407858fd62053bf60349c0e72cd1c7a4a60e (patch) | |
tree | 0ebdbddc97d3abbc675916010e7771065b70c137 /fs/jbd | |
parent | 96e1c408ea8a556c5b51e0e7d56bd2afbfbf5fe9 (diff) | |
parent | 6447f55da90b77faec1697d499ed7986bb4f6de6 (diff) |
Merge branch 'linus' into release
Conflicts:
arch/x86/kernel/acpi/sleep.c
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'fs/jbd')
-rw-r--r-- | fs/jbd/journal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd/journal.c b/fs/jbd/journal.c index da1b5e4ffce1..eb11601f2e00 100644 --- a/fs/jbd/journal.c +++ b/fs/jbd/journal.c | |||
@@ -839,7 +839,7 @@ journal_t * journal_init_inode (struct inode *inode) | |||
839 | err = journal_bmap(journal, 0, &blocknr); | 839 | err = journal_bmap(journal, 0, &blocknr); |
840 | /* If that failed, give up */ | 840 | /* If that failed, give up */ |
841 | if (err) { | 841 | if (err) { |
842 | printk(KERN_ERR "%s: Cannnot locate journal superblock\n", | 842 | printk(KERN_ERR "%s: Cannot locate journal superblock\n", |
843 | __func__); | 843 | __func__); |
844 | goto out_err; | 844 | goto out_err; |
845 | } | 845 | } |