projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6742771
)
reiserfs: fix spelling mistake: "tranasction" -> "transaction"
author
Colin Ian King
<colin.king@canonical.com>
Wed, 16 Aug 2017 08:06:20 +0000
(09:06 +0100)
committer
Jan Kara
<jack@suse.cz>
Wed, 16 Aug 2017 13:59:47 +0000
(15:59 +0200)
Trivial fix to spelling mistake in reiserfs_warning message
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/reiserfs/journal.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/reiserfs/journal.c
b/fs/reiserfs/journal.c
index a11d773e5ff32a21a7b2ec4fb0102acec01a8dfe..0c882a0e2a6e69af641002f9a1450fafe054ef1a 100644
(file)
--- a/
fs/reiserfs/journal.c
+++ b/
fs/reiserfs/journal.c
@@
-1481,7
+1481,7
@@
static int flush_journal_list(struct super_block *s,
if ((!was_jwait) && !buffer_locked(saved_bh)) {
reiserfs_warning(s, "journal-813",
"BAD! buffer %llu %cdirty %cjwait, "
- "not in a newer tran
as
ction",
+ "not in a newer tran
sa
ction",
(unsigned long long)saved_bh->
b_blocknr, was_dirty ? ' ' : '!',
was_jwait ? ' ' : '!');