diff options
author | Ian Kent <raven@themaw.net> | 2008-07-23 21:30:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 10:47:33 -0700 |
commit | aa55ddf340c9fa3f303ee16bbf35887e42c50304 (patch) | |
tree | 62194eef352ef852e6da1a9a3b685d2f56ac9c3b /include/linux/auto_fs4.h | |
parent | 06a3598552dc3b2b30eb18bd53bbac2a901489d7 (diff) | |
download | linux-3.10-aa55ddf340c9fa3f303ee16bbf35887e42c50304.tar.gz linux-3.10-aa55ddf340c9fa3f303ee16bbf35887e42c50304.tar.bz2 linux-3.10-aa55ddf340c9fa3f303ee16bbf35887e42c50304.zip |
autofs4: remove unused ioctls
The ioctls AUTOFS_IOC_TOGGLEREGHOST and AUTOFS_IOC_ASKREGHOST were added
several years ago but what they were intended for has never been
implemented (as far as I'm aware noone uses them) so remove them.
Signed-off-by: Ian Kent <raven@themaw.net>
Reviewed-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/auto_fs4.h')
-rw-r--r-- | include/linux/auto_fs4.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/auto_fs4.h b/include/linux/auto_fs4.h index 31a29541b50..b785c6f8644 100644 --- a/include/linux/auto_fs4.h +++ b/include/linux/auto_fs4.h @@ -98,8 +98,6 @@ union autofs_v5_packet_union { #define AUTOFS_IOC_EXPIRE_INDIRECT AUTOFS_IOC_EXPIRE_MULTI #define AUTOFS_IOC_EXPIRE_DIRECT AUTOFS_IOC_EXPIRE_MULTI #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) |