diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-14 20:15:04 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-14 20:15:04 -0700 |
| commit | 9ca0507d7f249ae16cc29cfe4f7c1e8f7bbd73dd (patch) | |
| tree | 184bf826b4a78099aa5fb6ca05a69ec6545d14a2 /include/linux | |
| parent | 340a9772c8484ff4cff6e654c823dc4f267489b9 (diff) | |
[PATCH] autofs4: readdir futureproofing
From: Ian Kent <raven@themaw.net>
Needed for support coming development plans.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/auto_fs4.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/linux/auto_fs4.h b/include/linux/auto_fs4.h index b7ca600efa99..d1c7b0ec7c22 100644 --- a/include/linux/auto_fs4.h +++ b/include/linux/auto_fs4.h @@ -47,9 +47,11 @@ union autofs_packet_union { struct autofs_packet_expire_multi expire_multi; }; -#define AUTOFS_IOC_EXPIRE_MULTI _IOW(0x93,0x66,int) -#define AUTOFS_IOC_PROTOSUBVER _IOR(0x93,0x67,int) -#define AUTOFS_IOC_ASKUMOUNT _IOR(0x93,0x70,int) +#define AUTOFS_IOC_EXPIRE_MULTI _IOW(0x93,0x66,int) +#define AUTOFS_IOC_PROTOSUBVER _IOR(0x93,0x67,int) +#define AUTOFS_IOC_ASKREGHOST _IOR(0x93,0x68,int) +#define AUTOFS_IOC_TOGGLEREGHOST _IOR(0x93,0x69,int) +#define AUTOFS_IOC_ASKUMOUNT _IOR(0x93,0x70,int) #endif /* _LINUX_AUTO_FS4_H */ |
