]> Zhao Yanbai Git Server - minix.git/commit
VFS: prevent unmapping drivers that don't support reopening
authorThomas Veerman <thomas@minix3.org>
Fri, 15 Feb 2013 15:00:21 +0000 (16:00 +0100)
committerThomas Veerman <thomas@minix3.org>
Thu, 21 Feb 2013 10:29:08 +0000 (10:29 +0000)
commitcfcce207c158361cfb2966e3e88e21fb850cc7f9
treefc51213425fb533984327818d482e79ee6ab8090
parentba49a155b547ab6038bac8a878605565900e8f48
VFS: prevent unmapping drivers that don't support reopening

libchardriver does not support DEV_REOPEN and will return ERESTART
when you do try it. This made VFS unhappy and concluded erroneously
that the driver was EDEADEPT.
servers/vfs/device.c