]> Zhao Yanbai Git Server - minix.git/commit
libminixfs: add block I/O routines 45/2745/3
authorDavid van Moolenbroek <david@minix3.org>
Sun, 24 Aug 2014 09:40:52 +0000 (09:40 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 18 Sep 2014 12:46:25 +0000 (12:46 +0000)
commitebd3c0673de099ac2c74a4ca6a091f9b8738716d
tree22213797ba80c04e40a5e0ae06690e9c8b12799e
parentc5beebb68d13f34b4dadc698253e56fa96f9c0af
libminixfs: add block I/O routines

The new functionality aims to save each file system server from having
to implement its own block I/O routines just so that it can serve as a
root file system.  The new source file (bio.c) lists the requirements
that file system servers have to fulfill in order to use the routines.

Change-Id: Ia0190fd5c30e8c2097ed8f4b0e3ccde1827e0b92
minix/include/minix/libminixfs.h
minix/lib/libminixfs/Makefile
minix/lib/libminixfs/bio.c [new file with mode: 0644]
minix/lib/libminixfs/cache.c
minix/tests/test72.c
minix/tests/test73.c