From 9ca0507d7f249ae16cc29cfe4f7c1e8f7bbd73dd Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Fri, 14 May 2004 20:15:04 -0700 Subject: [PATCH] autofs4: readdir futureproofing From: Ian Kent Needed for support coming development plans. --- include/linux/auto_fs4.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/linux') 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 */ -- cgit v1.2.3