remove last traces of FSDEVMAP svrctl

This commit is contained in:
David van Moolenbroek 2009-06-13 13:09:14 +00:00
parent 87beb9c469
commit 66d1f1260c
2 changed files with 0 additions and 7 deletions

View File

@ -23,7 +23,6 @@ Created: Feb 15, 1994 by Philip Homburg <philip@cs.vu.nl>
/* FS controls. */ /* FS controls. */
#define FSSIGNON _IOW('F', 2, struct fssignon) #define FSSIGNON _IOW('F', 2, struct fssignon)
#define FSDEVMAP _IORW('F', 5, struct fsdevmap)
#define FSDEVUNMAP _IOW('F', 6, struct fsdevunmap) #define FSDEVUNMAP _IOW('F', 6, struct fsdevunmap)
/* Kernel controls. */ /* Kernel controls. */

View File

@ -39,12 +39,6 @@ Tell MM to stop using swapspace.
.TP .TP
.B FSSIGNON .B FSSIGNON
Register a new device with FS. Register a new device with FS.
.ig
.TP
.B FSDEVMAP
Translate a device number to a task number, minor device pair using a
\fBstruct fsdevmap\fP
..
.TP .TP
.B SYSSIGNON .B SYSSIGNON
Inform the kernel that the process want to become a server. Inform the kernel that the process want to become a server.