Re: bug: mount on an open directory succeeds

From: Amit S. Kale (akale@veritas.com)
Date: Mon Mar 06 2000 - 04:11:33 EST


On Mon, 06 Mar 2000, Alexander Viro wrote:
> On Mon, 6 Mar 2000, Amit S. Kale wrote:
>
> > Hi,
> > mount on an open directory succeeds.
>
> Yes, it does. WTF makes you think that it's a bug?

If allowing mount on open directory is correct, readdir and lookup on
mountpoint should have consistency. As I had pointed out:

#cp /etc/passwd /mnt3/a
#cd /mnt3
#mount -t ext2 /dev/sda6 /mnt3
#ls >>> readdir on mounted dir
lost+found
#ls -l >>> readdir on mounted dir followed by lookup in
                           original directory
ls: lost+found: No such file or directory
total 0
#cat a >>> lookup in original directory
root:x:0:0....
.............
.......
#

-- 
Amit Kale
Veritas Software ( http://www.veritas.com )

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:19 EST