Hello, test generic/050 generates false failures on filesystems without journal (e.g. ext4 in nojournal mode). The test actually makes some sense in these cases to test behavior with read-only devices so I've decided to fix the test by providing alternate output for such filesystems. Also XFS with quota was already special-cased in the test and was faking the output so the second patch transitions that to alternate output file as well. Honza