]> Zhao Yanbai Git Server - minix.git/commit
VFS: do not save device node for new regular files
authorDavid van Moolenbroek <david@minix3.org>
Thu, 15 Nov 2012 14:15:54 +0000 (14:15 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Thu, 15 Nov 2012 14:29:59 +0000 (14:29 +0000)
commit7dd286e6b8a11ecca474ee967e97662242a501fd
treecb16f377a3d7d7999ab4219d7a229c8c3a4ecc02
parent2773b5efb73772c2ed49aab2d780ec47a4eba393
VFS: do not save device node for new regular files

The VFS/FS protocol does not require the file server to supply a
special device node number in response to a REQ_CREATE request, as
this call creates only regular files. Therefore, VFS should not
erroneously save this piece of information from the REQ_CREATE reply
either.
servers/vfs/request.c