On Tue, Sep 26, 2000 at 05:29:27PM -0400, Alexander Viro wrote:
> Comments and help in testing are more than welcome.
There is something fishy in ext2_empty_dir:
+ /* check for . and .. */
+ if (de->name[0] != '.')
+ goto not_empty;
+ if (!de->name[1]) {
+ if (de->inode !=
+ le32_to_cpu(inode->i_ino))
+ goto not_empty;
+ } else if (de->name[2])
+ goto not_empty;
+ else if (de->name[1] != '.')
+ goto not_empty;
--
marko
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Re: [patch] vmfixes-2.4.0-test9-B2 - fixing deadlocks Alexander Viro
- Re: [patch] vmfixes-2.4.0-test9-B2 - fixing deadlocks Ingo Molnar
- Re: [patch] vmfixes-2.4.0-test9-B2 - fixing deadlocks Andrea Arcangeli
- Re: [patch] vmfixes-2.4.0-test9-B2 Linus Torvalds
- Re: [patch] vmfixes-2.4.0-test9-B2 Alexander Viro
- Re: [patch] vmfixes-2.4.0-test9-B2 Linus Torvalds
- Re: [patch] vmfixes-2.4.0-test9-B2 Alexander Viro
- Re: [patch] vmfixes-2.4.0-test9-B2 Alexander Viro
- [CFT][PATCH] ext2 directories in pagecache Alexander Viro
- [CFT][PATCH] ext2 directories in pagecache Alexander Viro
- Re: [CFT][PATCH] ext2 directories in pagecache Marko Kreen
- Re: [CFT][PATCH] ext2 directories in pagecache Alexander Viro
- Re: [CFT][PATCH] ext2 directories in pagecache Marko Kreen
- Re: [CFT][PATCH] ext2 directories in pagecache Ingo Molnar
- Re: [CFT][PATCH] ext2 directories in pagecache Alexander Viro
- Re: [CFT][PATCH] ext2 directories in pagecache Andreas Dilger
- Re: [CFT][PATCH] ext2 directories in pagecache Alexander Viro
- Re: [CFT][PATCH] ext2 directories in pagecache Alexander Viro
- Re: [CFT][PATCH] ext2 directories in pagecache Marko Kreen
- Re: [CFT][PATCH] ext2 directories in pagecache Marko Kreen
- Re: [CFT][PATCH] ext2 directories in pagecache Alexander Viro

