forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-09-20 cf4ce59b3b70238352c7f1729f0f7223214828ad
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