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: Tue, 27 Aug 2019 16:54:45 -0400 From: Eric Whitney <enwlinux@...il.com> To: Dan Carpenter <dan.carpenter@...cle.com> Cc: Theodore Ts'o <tytso@....edu>, Eric Whitney <enwlinux@...il.com>, Andreas Dilger <adilger.kernel@...ger.ca>, linux-ext4@...r.kernel.org, kernel-janitors@...r.kernel.org Subject: Re: [PATCH] ext4: tidy up white space in count_rsvd() * Dan Carpenter <dan.carpenter@...cle.com>: > This line was indented one tab too far. > > Signed-off-by: Dan Carpenter <dan.carpenter@...cle.com> Good catch, thanks. You can add: Reviewed-by: Eric Whitney <enwlinux@...il.com> > --- > fs/ext4/extents_status.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/ext4/extents_status.c b/fs/ext4/extents_status.c > index dc28a9642452..f17e3f521a17 100644 > --- a/fs/ext4/extents_status.c > +++ b/fs/ext4/extents_status.c > @@ -1089,7 +1089,7 @@ static void count_rsvd(struct inode *inode, ext4_lblk_t lblk, long len, > */ > if ((i + sbi->s_cluster_ratio - 1) <= end) { > nclu = (end - i + 1) >> sbi->s_cluster_bits; > - rc->ndelonly += nclu; > + rc->ndelonly += nclu; > i += nclu << sbi->s_cluster_bits; > } > > -- > 2.20.1 >
Powered by blists - more mailing lists