aufs: inode op, del, rmdir
Implement i_op->rmdir() with supporting logical deletion by whiteout
including all children.
As struct.txt in previous commit described, the target dir is renamed to
a whiteout-ed temporary unique name in rmdir(2), and then removed
asynchronously by the system global workqueue.
Signed-off-by: J. R. Okajima <hooanon05g@gmail.com>
Please register or sign in to comment