is it a bug? for me it is insecure if the same fs can be mounted many times in such "hidden" mode
Code:
root@clnod1:~# mount /dev/drbd1 /mnt
root@clnod1:~# mount /dev/drbd1 /opt
root@clnod1:~# mount /dev/drbd1 /mnt2
root@clnod1:~# df|grep drbd
/dev/drbd1 2535100 115712 2277680 5% /mnt
root@clnod1:~# umount /mnt
root@clnod1:~# df|grep drbd
/dev/drbd1 2535100 115712 2277680 5% /opt
root@clnod1:~# umount /opt
root@clnod1:~# df|grep drbd
/dev/drbd1 2535100 115712 2277680 5% /mnt2