BUG: mkdir /mount-point fails wrongly in pre8

Janos Farkas (chexum@shadow.banki.hu)
Tue, 19 Jan 1999 11:54:07 +0100


The latest (second?) pre8 kernel (at least, pre5 doesn't do it) fails
mkdir'ing a directory which is mount point, with ENOENT instead of
EEXIST, breaking at least CVS server for a funny reason, (in my case,
suitable directories for checking are /, /usr, /var, /home).

I suspect the culprit is the changes to fs/namei.c in the first pre8,
marked with the "ENOENT is definitely wrong" comment, missing the
properties of the mount points, but I currently have no time to chase
dentries :)

Janos

-
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/