All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"
@ 2017-08-16  8:06 Colin King
  2017-08-16 14:00 ` Jan Kara
  0 siblings, 1 reply; 4+ messages in thread
From: Colin King @ 2017-08-16  8:06 UTC (permalink / raw)
  To: Jan Kara, Ingo Molnar, Jens Axboe, reiserfs-devel; +Cc: linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in reiserfs_warning message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"
  2017-08-16  8:06 [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction" Colin King
@ 2017-08-16 14:00 ` Jan Kara
  2017-08-16 14:07   ` Colin Ian King
  2017-08-16 14:46   ` Jens Axboe
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Kara @ 2017-08-16 14:00 UTC (permalink / raw)
  To: Colin King
  Cc: Jan Kara, Ingo Molnar, Jens Axboe, reiserfs-devel, linux-kernel

On Wed 16-08-17 09:06:20, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
> 
> Trivial fix to spelling mistake in reiserfs_warning message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>

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 <jack@suse.com>
SUSE Labs, CR

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"
  2017-08-16 14:00 ` Jan Kara
@ 2017-08-16 14:07   ` Colin Ian King
  2017-08-16 14:46   ` Jens Axboe
  1 sibling, 0 replies; 4+ messages in thread
From: Colin Ian King @ 2017-08-16 14:07 UTC (permalink / raw)
  To: Jan Kara; +Cc: Ingo Molnar, Jens Axboe, reiserfs-devel, linux-kernel

On 16/08/17 15:00, Jan Kara wrote:
> On Wed 16-08-17 09:06:20, Colin King wrote:
>> From: Colin Ian King <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistake in reiserfs_warning message
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> 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
>>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction"
  2017-08-16 14:00 ` Jan Kara
  2017-08-16 14:07   ` Colin Ian King
@ 2017-08-16 14:46   ` Jens Axboe
  1 sibling, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2017-08-16 14:46 UTC (permalink / raw)
  To: Jan Kara, Colin King; +Cc: Ingo Molnar, reiserfs-devel, linux-kernel

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 <colin.king@canonical.com>
>>
>> Trivial fix to spelling mistake in reiserfs_warning message
>>
>> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> 
> 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 <jack@suse.cz> (commit_signer:2/4=50%,authored:2/4=50%,added_lines:3/8=38%,removed_lines:3/6=50%)
Ingo Molnar <mingo@kernel.org> (commit_signer:1/4=25%,authored:1/4=25%,added_lines:1/8=12%,removed_lines:1/6=17%)
Jens Axboe <axboe@fb.com> (commit_signer:1/4=25%)
reiserfs-devel@vger.kernel.org (open list:REISERFS FILE SYSTEM)
linux-kernel@vger.kernel.org (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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-08-16 14:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-16  8:06 [PATCH] reiserfs: fix spelling mistake: "tranasction" -> "transaction" Colin King
2017-08-16 14:00 ` Jan Kara
2017-08-16 14:07   ` Colin Ian King
2017-08-16 14:46   ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.