]> Zhao Yanbai Git Server - minix.git/commit
Message types for VFS read, write & peek
authorLionel Sambuc <lionel@minix3.org>
Mon, 28 Apr 2014 18:19:19 +0000 (20:19 +0200)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:05:29 +0000 (17:05 +0200)
commit56350a991ba0a691a7e9dbc04fb75e7ac91fe80b
tree7a1d76adcbf52b83069b1def8fb98582cd018384
parent27baf1f58a47d845253615a2b9aff91db1ad9d03
Message types for VFS read, write & peek

All of these requests share the same message type as at least one server
manages those requests in the same handler, just by checking the actual
type of the request, and then acting upon it.

Change-Id: I17337b4c67ae209523574c22ccc108cf5f1e65e9
include/minix/ipc.h
lib/libpuffs/read.c
lib/libsffs/read.c
lib/libsffs/write.c
lib/libvtreefs/read.c
servers/ext2/read.c
servers/iso9660fs/read.c
servers/mfs/read.c
servers/pfs/read.c
servers/vfs/request.c