[2.1.124] Changes to lookup_dentry still behave incorrectly?

Simon Kirby (sim@netnation.com)
Wed, 7 Oct 1998 23:15:56 -0700 (PDT)


The "fixes" to the lookup_dentry function in the last several versions
still seem to have one final thing that behaves differently from 2.0.

2.0.35:

[sroot@bridge:/root]# ls foo
/bin/ls: foo: No such file or directory
[sroot@bridge:/root]# ls foo/
/bin/ls: foo/: No such file or directory
[sroot@bridge:/root]# ls foo/.
/bin/ls: foo/.: No such file or directory

2.1.124:

[sroot@red:/root]# ls foo
/bin/ls: foo: No such file or directory
[sroot@red:/root]# ls foo/
/bin/ls: foo/: Not a directory
[sroot@red:/root]# ls foo/.
/bin/ls: foo/.: No such file or directory

Is this intended or broken?

Simon-

| Simon Kirby | Systems Administration |
| mailto:sim@netnation.com | NetNation Communications |
| http://www.netnation.com/ | Tech: (604) 684-6892 |

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