|
Crinit -- Configurable Rootfs Init
|

Data Fields | |
| struct crinitUnMountList * | 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* crinitUnMountList::next |
Pointer to next element.
| char crinitUnMountList::target[PATH_MAX] |
A mount point path.