[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20200618073057.GA24032@infradead.org>
Date: Thu, 18 Jun 2020 00:30:57 -0700
From: Christoph Hellwig <hch@...radead.org>
To: Tetsuhiro Kohada <kohada.t2@...il.com>
Cc: kohada.tetsuhiro@...mitsubishielectric.co.jp,
mori.takahiro@...mitsubishielectric.co.jp,
motai.hirotaka@...mitsubishielectric.co.jp,
Namjae Jeon <namjae.jeon@...sung.com>,
Sungjong Seo <sj1557.seo@...sung.com>,
linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/2 v3] exfat: write multiple sectors at once
> + for (i = 0; i < es->num_bh; i++)
> + err ? bforget(es->bh[i]):brelse(es->bh[i]);
Please use a good old if / else instead of obsfucating the code.
Also even without that this seems to be missing a few whitespaces.
Powered by blists - more mailing lists