]> Zhao Yanbai Git Server - minix.git/commit
libfsdriver: default to noop for putnode 06/3006/1
authorDavid van Moolenbroek <david@minix3.org>
Sun, 21 Jun 2015 17:53:53 +0000 (17:53 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Tue, 23 Jun 2015 14:38:28 +0000 (14:38 +0000)
commit3f30eb69f06e23d35b1afcf262f8d5e2c83777c5
treedfb20e672ad93fd53abd64ed906d9487522743d6
parent22840dea11f020ba466a94352f644d4f75e0e1fd
libfsdriver: default to noop for putnode

While putnode requests should always succeed, very simple file system
services may not care about reference counts and thus about putnode
requests at all.  For this reason, we now default to an OK response if
no fdr_putnode implementation is given.

Change-Id: I01f6421abf4546a1f69d8c21900a92d6acc45745
minix/lib/libfsdriver/call.c
minix/lib/libfsdriver/lookup.c