2017-08-16 08:06:27

by Colin King

[permalink] [raw]
Subject: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"

From: Colin Ian King <[email protected]>

Trivial fix to spelling mistake in reiserfs_warning message

Signed-off-by: Colin Ian King <[email protected]>
---
fs/reiserfs/journal.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
index a11d773e5ff3..0c882a0e2a6e 100644
--- 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 tranasction",
+ "not in a newer transaction",
(unsigned long long)saved_bh->
b_blocknr, was_dirty ? ' ' : '!',
was_jwait ? ' ' : '!');
--
2.11.0


2017-08-16 14:00:41

by Jan Kara

[permalink] [raw]
Subject: Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"

On Wed 16-08-17 09:06:20, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> Trivial fix to spelling mistake in reiserfs_warning message
>
> Signed-off-by: Colin Ian King <[email protected]>

Thanks. Added to my tree. BTW, why did you CC Ingo and Jens?

Honza

> ---
> fs/reiserfs/journal.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
> index a11d773e5ff3..0c882a0e2a6e 100644
> --- 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 tranasction",
> + "not in a newer transaction",
> (unsigned long long)saved_bh->
> b_blocknr, was_dirty ? ' ' : '!',
> was_jwait ? ' ' : '!');
> --
> 2.11.0
>
--
Jan Kara <[email protected]>
SUSE Labs, CR

2017-08-16 14:07:13

by Colin King

[permalink] [raw]
Subject: Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"

On 16/08/17 15:00, Jan Kara wrote:
> On Wed 16-08-17 09:06:20, Colin King wrote:
>> From: Colin Ian King <[email protected]>
>>
>> Trivial fix to spelling mistake in reiserfs_warning message
>>
>> Signed-off-by: Colin Ian King <[email protected]>
>
> Thanks. Added to my tree. BTW, why did you CC Ingo and Jens?

I believe get_maintainer.pl had their names in as contributing changes
unless I read it wrong, which is always possible.

Colin

>
> Honza
>
>> ---
>> fs/reiserfs/journal.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/fs/reiserfs/journal.c b/fs/reiserfs/journal.c
>> index a11d773e5ff3..0c882a0e2a6e 100644
>> --- 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 tranasction",
>> + "not in a newer transaction",
>> (unsigned long long)saved_bh->
>> b_blocknr, was_dirty ? ' ' : '!',
>> was_jwait ? ' ' : '!');
>> --
>> 2.11.0
>>

2017-08-16 14:46:16

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"

On 08/16/2017 08:00 AM, Jan Kara wrote:
> On Wed 16-08-17 09:06:20, Colin King wrote:
>> From: Colin Ian King <[email protected]>
>>
>> Trivial fix to spelling mistake in reiserfs_warning message
>>
>> Signed-off-by: Colin Ian King <[email protected]>
>
> Thanks. Added to my tree. BTW, why did you CC Ingo and Jens?

I was wondering the same :-)

scripts/get_maintainer.pl -f fs/reiserfs/journal.c
Jan Kara <[email protected]> (commit_signer:2/4=50%,authored:2/4=50%,added_lines:3/8=38%,removed_lines:3/6=50%)
Ingo Molnar <[email protected]> (commit_signer:1/4=25%,authored:1/4=25%,added_lines:1/8=12%,removed_lines:1/6=17%)
Jens Axboe <[email protected]> (commit_signer:1/4=25%)
[email protected] (open list:REISERFS FILE SYSTEM)
[email protected] (open list)

So I guess it makes sense. I did commit a change to the file 8 years
ago, so I guess you could say that me and reiserfs are getting
pretty serious.

--
Jens Axboe