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