On Wed, 14 Feb 2024 09:42:08 -0800, Luis Chamberlain wrote: > CANON_DEVS=yes allows you to use symlinks for devices, so fstests > resolves them back to the real backind device. The iteration for > resolving the backind device works obviously if you have the file s/backind/backing > present, but if one was not present there is a parsing error. Fix > this parsing error introduced by a0c36009103b8 ("fstests: add helper > to canonicalize devices used to enable persistent disks"). > > Fixes: a0c36009103b8 ("fstests: add helper to canonicalize devices used to enable persistent disks" > Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> Reviewed-by: David Disseldorp <ddiss@xxxxxxx>