]> Zhao Yanbai Git Server - minix.git/commit
avoid alloc_contig() for iovec, mfs superblock 08/1008/8
authorBen Gras <ben@minix3.org>
Thu, 3 Oct 2013 15:22:07 +0000 (17:22 +0200)
committerGerrit Code Review <gerrit@gerrit>
Mon, 14 Oct 2013 07:49:55 +0000 (09:49 +0200)
commit99d668d87ffa5e6ccb7f7aa806d0db8f978fb3eb
treea30e423420711daa00fb715e4a0b20fff96fccaf
parent982405fef1e6f3228ff3835967a3552b79ed941b
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
lib/libminixfs/cache.c
servers/mfs/super.c