summaryrefslogtreecommitdiff
path: root/block/blk-zoned.c
diff options
context:
space:
mode:
authorDaniel Xu <dxu@dxuuu.xyz>2022-08-09 20:11:10 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2022-08-09 23:30:02 +0300
commita7be0ab1eb1949f3564739784b4360e1233305f6 (patch)
treea8252bf36a7094a49740be11a6e6ec7a59b6ac5b /block/blk-zoned.c
parentd020b2360b350b9f91b1769f9c84fe2d22f643db (diff)
downloadlinux-a7be0ab1eb1949f3564739784b4360e1233305f6.tar.xz
selftests/bpf: Fix vmtest.sh getopts optstring
Before, you could see the following errors: $ ./vmtest.sh -j ./vmtest.sh: option requires an argument -- j ./vmtest.sh: line 357: OPTARG: unbound variable $ ./vmtest.sh -z ./vmtest.sh: illegal option -- z ./vmtest.sh: line 357: OPTARG: unbound variable Fix by adding ':' as first character of optstring. Reason is that getopts requires ':' as the first character for OPTARG to be set in the `?` and `:` error cases. Note that the ':' as the first character of the optstring switches getopts to silent mode. The desire to run in this mode seems to have been there all along, as the script takes care of reporting errors. Signed-off-by: Daniel Xu <dxu@dxuuu.xyz> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Daniel Müller <deso@posteo.net> Link: https://lore.kernel.org/bpf/0f93b56198328b6b4da7b4cf4662d05c3edb5fd2.1660064925.git.dxu@dxuuu.xyz
Diffstat (limited to 'block/blk-zoned.c')
0 files changed, 0 insertions, 0 deletions