jyizheng/simplefs

safe exit

Opened this issue · 0 comments

simplefs/sfs.c

Line 948 in a33f16e

module_exit(sfs_exit);

When exit, how could we know if all shared kobjects etc. could be released?
How about some pointers from other modules to memory of this module?