maestro-os/maestro

The umount syscall does not check if the mount is busy

Opened this issue · 0 comments

The umount syscall does not check if there are any open file descriptors in the mount point. This means that when unmounting, there can be a dangling inode. The umount syscall should return EBUSY when there are still open file descriptors.