[PATCH] minixfs hangs in 2.3

Alexander Viro (viro@math.psu.edu)
Sun, 17 Oct 1999 01:56:53 -0400 (EDT)


Source of minixfs problems with rmdir() found.

--- fs/minix/truncate.c.old Sun Oct 17 01:51:33 1999
+++ fs/minix/truncate.c Sun Oct 17 01:52:09 1999
@@ -33,7 +33,7 @@
*/

#define DATA_BUFFER_USED(bh) \
- (atomic_read(&bh->b_count) || buffer_locked(bh))
+ (atomic_read(&bh->b_count)>1 || buffer_locked(bh))

/*
* The functions for minix V1 fs truncation.

Please, apply it.
Cheers,
Al

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