Driver mapping refactory.
VFS CHANGES: - dmap table no longer statically initialized in VFS - Dropped FSSIGNON svrctl call no longer used by INET INET CHANGES: - INET announces its presence to VFS just like any other driver RS CHANGES: - The boot image dev table contains all the data to initialize VFS' dmap table - RS interface supports asynchronous up and update operations now - RS interface extended to support driver style and flags
This commit is contained in:
@@ -32,7 +32,6 @@
|
||||
|
||||
/* Miscellaneous constants */
|
||||
#define SU_UID ((uid_t) 0) /* super_user's uid_t */
|
||||
#define SERVERS_UID ((uid_t) 11) /* who may do FSSIGNON */
|
||||
#define SYS_UID ((uid_t) 0) /* uid_t for processes MM and INIT */
|
||||
#define SYS_GID ((gid_t) 0) /* gid_t for processes MM and INIT */
|
||||
#define NORMAL 0 /* forces get_block to do disk read */
|
||||
|
||||
Reference in New Issue
Block a user