Message ID | 20241215051242.3340572-1-tytso@mit.edu (mailing list archive) |
---|---|
Headers | show |
Series | Fix recent regressions from for_next | expand |
On Sun, Dec 15, 2024 at 12:12:40AM -0500, Theodore Ts'o wrote: > I don't think I saw an announcement for the most recent for_next > update, but I just happened to pull it and try it out, and found the > following regressions. Fortunately they were easy fixes. > > Theodore Ts'o (2): > generic/135: don't try to rm $SCRATCH_MNT/* > generic/530: only use xfs-specific mkfs options when testing on xfs > > tests/generic/135 | 2 -- > tests/generic/530 | 6 +++++- > 2 files changed, 5 insertions(+), 3 deletions(-) Fixes look good. Reviewed-by: Dave Chinner <dchinner@redhat.com>