hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/testing/selftests/resctrl/resctrl.h
....@@ -33,6 +33,7 @@
3333 do { \
3434 perror(err_msg); \
3535 kill(ppid, SIGKILL); \
36
+ umount_resctrlfs(); \
3637 exit(EXIT_FAILURE); \
3738 } while (0)
3839