Re: [PATCH 1/2 v3] exfat: write multiple sectors at once

From: Christoph Hellwig
Date: Thu Jun 18 2020 - 03:31:02 EST


> + 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.