Support Directory Deletion - The Unlink Operation
Unlink is implemented as a separate operation, since later on it will also be
used to unlink files:
- Remove the child from the list of children of its parent.
- Decrease the child's link count - the parent no longer points to it.
Now, here is the rmdir-able STAMFS code.
Originally written by
guy keren