Re: [ANN] NTFS 2.1.1a for kernel 2.4.20 released

Christoph Hellwig (hch@infradead.org)
Mon, 24 Feb 2003 11:33:50 +0000


On Mon, Feb 24, 2003 at 11:12:39AM +0000, Anton Altaparmakov wrote:
> NTFS 2.1.1a is now released for kernel 2.4.20. This fixes both the
> reported hangs and improves the handling of compressed files so that the
> warning message people keep reporting is now gone. (Note the hangs were
> specific to the 2.4.x kernel ntfs versions. 2.5.x kernel ntfs versions
> are not affected.)

This:

@@ -8,6 +8,7 @@ enum km_type {
KM_USER0,
KM_USER1,
KM_BH_IRQ,
+ KM_BIO_IRQ,
KM_TYPE_NR
};

is bogus. You should be using KM_BH_IRQ.

And btw, 2.4.21-pre now has ->alloc_inode and ->destroy_inode, use them :)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/