Huh? You are referring to ntfs tng perhaps? No, this is just a small update 
to the existing ntfs driver (admittedly taken from ntfs tng but this little 
part shouldn't produce any compiler problems AFAIK).
This update makes ntfs use kmalloc instead of vmalloc for <= PAGE_SIZE 
allocations and since the majority of the allocations are <= PAGE_SIZE this 
is both a performance improvement and a decrease of load on the 128MiB 
vmalloc vm area.
There were people who reported problems under load due to failing vmallocs 
and concurrent ldt allocation problems. This patch should address those 
problems.
Best regards,
Anton
-- "I've not lost my mind. It's backed up on tape somewhere." - Unknown-- Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @) Linux NTFS Maintainer / WWW: http://linux-ntfs.sf.net/ ICQ: 8561279 / WWW: http://www-stu.christs.cam.ac.uk/~aia21/- 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/