aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/auto_fs4.h
diff options
context:
space:
mode:
authorIan Kent <raven@themaw.net>2008-07-23 21:30:29 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2008-07-24 10:47:33 -0700
commitaa55ddf340c9fa3f303ee16bbf35887e42c50304 (patch)
tree62194eef352ef852e6da1a9a3b685d2f56ac9c3b /include/linux/auto_fs4.h
parent06a3598552dc3b2b30eb18bd53bbac2a901489d7 (diff)
downloadkernel_samsung_smdk4412-aa55ddf340c9fa3f303ee16bbf35887e42c50304.zip
kernel_samsung_smdk4412-aa55ddf340c9fa3f303ee16bbf35887e42c50304.tar.gz
kernel_samsung_smdk4412-aa55ddf340c9fa3f303ee16bbf35887e42c50304.tar.bz2
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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/auto_fs4.h b/include/linux/auto_fs4.h
index 31a2954..b785c6f 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)