mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
![]() If the IFS scan test exits prematurely due to a timeout before
completing a single run, the union ifs_status remains uninitialized,
leading to incorrect test status reporting. To prevent this, always
initialize the union ifs_status to zero.
Fixes:
|
||
---|---|---|
.. | ||
core.c | ||
ifs.h | ||
Kconfig | ||
load.c | ||
Makefile | ||
runtest.c | ||
sysfs.c |