lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Wed, 16 Aug 2017 16:00:36 +0200
From:   Jan Kara <jack@...e.cz>
To:     Colin King <colin.king@...onical.com>
Cc:     Jan Kara <jack@...e.cz>, Ingo Molnar <mingo@...nel.org>,
        Jens Axboe <axboe@...com>, reiserfs-devel@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] reiserfs: fix spelling mistake: "tranasction" ->
 "transaction"

On Wed 16-08-17 09:06:20, Colin King wrote:
> From: Colin Ian King <colin.king@...onical.com>
> 
> Trivial fix to spelling mistake in reiserfs_warning message
> 
> Signed-off-by: Colin Ian King <colin.king@...onical.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@...e.com>
SUSE Labs, CR

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ