Messages in this thread |  | | Date | Fri, 25 May 2001 19:59:24 -0400 | From | Jeff Garzik <> | Subject | Re: ANN: NTFS new release available (1.1.15) |
| |
Anton Altaparmakov wrote: > NTFS 1.1.15 - ChangeLog > ======================= > - Support for more than 128kiB sized runlists (using vmalloc_32() instead > of kmalloc()).
If you are running into kmalloc size limit, please consider some alternative method of allocation. Can you map it into the page cache, as Al Viro has done in recent patches? Can you break your allocation into an array of pages, obtained via get_free_page? If runlists are on-disk structures, can you look at bh->b_data instead of keeping them in memory?
-- Jeff Garzik | Disbelief, that's why you fail. Building 1024 | MandrakeSoft | - 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/
|  |