|
Crinit -- Configurable Rootfs Init
|

Data Fields | |
| struct crinitUnMountList_t * | next |
| Pointer to next element. | |
| char | target [PATH_MAX] |
| A mount point path. | |
A linked list to organize mount points that need to be handled before shutdown/reboot.
| struct crinitUnMountList_t* crinitUnMountList_t::next |
Pointer to next element.
| char crinitUnMountList_t::target[PATH_MAX] |
A mount point path.