]> Zhao Yanbai Git Server - minix.git/commit
- No maximum block size any more.
authorBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:47:51 +0000 (14:47 +0000)
committerBen Gras <ben@minix3.org>
Mon, 21 Sep 2009 14:47:51 +0000 (14:47 +0000)
commita0d8cc0765203140a736424bb224f26ccaf05630
treed14234a653fca0bb1defc9fbf95fbe4f91acca7d
parent08d291da5380a0523ac94301f7f3903d2ae5858d
 - No maximum block size any more.
 - If allocation of a new buffer fails, use an already-allocated
   unused buffer if available (low memory conditions)
 - Allocate buffers dynamically, so memory isn't wasted on wrong-sized
   buffers.
 - No more _MAX_BLOCK_SIZE.
servers/mfs/Makefile
servers/mfs/cache.c
servers/mfs/super.c
servers/mfs/super.h