remove last traces of FSDEVMAP svrctl
This commit is contained in:
parent
87beb9c469
commit
66d1f1260c
2 changed files with 0 additions and 7 deletions
|
@ -23,7 +23,6 @@ Created: Feb 15, 1994 by Philip Homburg <philip@cs.vu.nl>
|
|||
|
||||
/* FS controls. */
|
||||
#define FSSIGNON _IOW('F', 2, struct fssignon)
|
||||
#define FSDEVMAP _IORW('F', 5, struct fsdevmap)
|
||||
#define FSDEVUNMAP _IOW('F', 6, struct fsdevunmap)
|
||||
|
||||
/* Kernel controls. */
|
||||
|
|
|
@ -39,12 +39,6 @@ Tell MM to stop using swapspace.
|
|||
.TP
|
||||
.B FSSIGNON
|
||||
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
|
||||
.B SYSSIGNON
|
||||
Inform the kernel that the process want to become a server.
|
||||
|
|
Loading…
Reference in a new issue