aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-imagegen
diff options
context:
space:
mode:
authorHrutvik Kanabar <hrutvik@google.com>2022-09-07 12:18:47 +0000
committerAleksandr Nogikh <wp32pw@gmail.com>2022-09-09 15:01:01 +0200
commit319efb6a90f05076c53e9e8481225a4ad7e769cb (patch)
tree76573f0e5b3317f43c3ba07c716a79c402a9c032 /tools/syz-imagegen
parent90058bdca9fbf1cc0856650088847c12a2e812a5 (diff)
tools/syz-imagegen: update `f2fs` image generation
`./syz-imagegen -fs f2fs` fails for some images due to the following commit: fe154d525044b9daa6ccc9e8fbd3cdcf9000adc3 in repo https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git Before this commit, users could specify the `-m` flag to `mkfs.f2fs` and if no zoned block device was found, it would fall back to non-zoned behaviour. Therefore even though we specified the `-m` flag in `syz-imagegen` it was never really used. This commit removes the unused `-m` flag. Images will be regenerated in a future commit.
Diffstat (limited to 'tools/syz-imagegen')
-rw-r--r--tools/syz-imagegen/imagegen.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syz-imagegen/imagegen.go b/tools/syz-imagegen/imagegen.go
index 2f303a472..5a1c9bfd1 100644
--- a/tools/syz-imagegen/imagegen.go
+++ b/tools/syz-imagegen/imagegen.go
@@ -60,7 +60,6 @@ var fileSystems = []FileSystem{
MkfsFlagCombinations: [][]string{
{"-a 0", "-a 1"},
{"-s 1", "-s 2"},
- {"", "-m"},
{
"",
"-O encrypt",