minix/lib/libminixfs
Ben Gras 99d668d87f avoid alloc_contig() for iovec, mfs superblock
. initial workaround for assert() firing on iovec
	  size on ARM. likely due to alloc_contig() allocating
	  unusually mapped memory in STATICINIT.
	. for the same reason use the regular cache i/o functions
	  to read the superblock in mfs - avoid the alloc_contig()
	  that STATICINIT does.

Change-Id: I3d8dc635b1cf2666e55b0393feae74cc25b8fed4
2013-10-14 09:49:55 +02:00
..
cache.c avoid alloc_contig() for iovec, mfs superblock 2013-10-14 09:49:55 +02:00
fetch_credentials.c Spring cleanup 2013-03-06 09:56:08 +00:00
Makefile vm: new secondary cache code 2013-04-24 10:18:16 +00:00
minixfs.h add -lminixfs with fs support routines 2011-09-08 16:52:13 +00:00