Re: [PATCH] VFAT fixes.

Alexander Viro (viro@math.psu.edu)
Fri, 15 Jan 1999 02:22:16 -0500 (EST)


On Thu, 14 Jan 1999, Linus Torvalds wrote:

> Your d_try_drop() does the wrong thing if the dentry is a directory,
> didn't have any children but _did_ have a count > 1 - it would drop it
> because it didn't check the count for the path where there were no
> children.
D'oh. My fault.

> Basically, I think you _tried_ to do what "d_invalidate()" already does
> (check the latest kernels for some fixes to d_invalidate()).

OK, accepted.

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