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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 22 Jan 2020 10:48:26 +0100 From: Jan Kara <jack@...e.cz> To: wangyan <wangyan122@...wei.com> Cc: tytso@....edu, jack@...e.com, linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH] jbd2: delete the duplicated words in the comments On Wed 22-01-20 17:33:10, wangyan wrote: > Delete the duplicated words "is" in the comments > > Signed-off-by: Yan Wang <wangyan122@...wei.com> Looks good. Thanks. You can add: Reviewed-by: Jan Kara <jack@...e.cz> Honza > --- > fs/jbd2/transaction.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/jbd2/transaction.c b/fs/jbd2/transaction.c > index 27b9f9dee434..5c3abbaccb57 100644 > --- a/fs/jbd2/transaction.c > +++ b/fs/jbd2/transaction.c > @@ -525,7 +525,7 @@ EXPORT_SYMBOL(jbd2__journal_start); > * modified buffers in the log. We block until the log can guarantee > * that much space. Additionally, if rsv_blocks > 0, we also create another > * handle with rsv_blocks reserved blocks in the journal. This handle is > - * is stored in h_rsv_handle. It is not attached to any particular transaction > + * stored in h_rsv_handle. It is not attached to any particular transaction > * and thus doesn't block transaction commit. If the caller uses this reserved > * handle, it has to set h_rsv_handle to NULL as otherwise jbd2_journal_stop() > * on the parent handle will dispose the reserved one. Reserved handle has to > -- > 2.19.1 > -- Jan Kara <jack@...e.com> SUSE Labs, CR
Powered by blists - more mailing lists