On Mon, Aug 13, 2018 at 03:34:59PM +0200, Lukas Czerner wrote: > Variable retries is not initialized in ext4_da_write_inline_data_begin() > which can lead to nondeterministic number of retries in case we hit > ENOSPC. Initialize retries to zero as we do everywhere else. > > Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> > Fixes: bc0ca9df3b2a ("ext4: retry allocation when inline->extent conversion failed") > Cc: stable@xxxxxxxxxx Applied, thanks. - Ted