aufs: branch management, delete 3/3, mount option
Implement the user interface.
Since users often wonder "Why I cannot delete this branch?", 'verbose'
option was introduced.
You may think aufs should not hold several strings for the variation of
the option, and the mount helper (/sbin/mount.aufs) can convert all
variations to a single fixed string, and in kernel space aufs should
contain this only one string.
I agree, but in our real world, many users don't install
/sbin/mount.aufs. To be convenient, aufs contains these variations.
Signed-off-by: J. R. Okajima <hooanon05g@gmail.com>
Please register or sign in to comment