[LTP] [PATCH 1/1] quotactl: Check for missing quota_v2 module
Petr Vorel
pvorel@suse.cz
Mon Mar 14 14:27:35 CET 2022
Hi Martin, Xu,
I wonder whether quotactl04 still needs check for ESRCH search in do_mount()
implemented by Martin in 4aab31e4c7 ("syscalls/quotactl: Skip tests if FS quota
is not supported"), because that could be caught by CONFIG_QFMT_V2 and now
quota_v2, right?
It uses fs_opts[] = {"-I 256", "-O quota,project", NULL} parameters for mkfs,
thus it is probably needed. But shouldn't it be used also in quotactl08, which
also uses fs_opts[] = { "-O quota", NULL} ?
Kind regards,
Petr
More information about the ltp
mailing list