VFS: enable sending control messages

This commit is contained in:
Thomas Veerman
2012-03-30 09:24:44 +00:00
parent 8ae9987dca
commit 0d63d9e125
4 changed files with 78 additions and 2 deletions

View File

@@ -18,6 +18,10 @@ Created: Feb 15, 1994 by Philip Homburg <philip@cs.vu.nl>
#define PMGETPARAM _IOW('M', 5, struct sysgetenv)
#define PMSETPARAM _IOR('M', 7, struct sysgetenv)
/* VFS controls */
#define VFSSETPARAM _IOR('M', 130, struct sysgetenv)
#define VFSGETPARAM _IOR('M', 131, struct sysgetenv)
struct sysgetenv {
char *key; /* Name requested. */
size_t keylen; /* Length of name including \0. */