On Sat, Oct 5, 2019 at 11:35 AM Eryu Guan guaneryu@gmail.com wrote:
We already print error message on test failure, which will break the golden image, so there's no need to return 0 or 1. All similar checks and returns are not needed in other functions.
I removed the status checks and associated returns.
The patch is posted at https://lore.kernel.org/fstests/20191023220401.12335-1-deepa.kernel@gmail.co...
- Deepa