diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-05-14 20:14:54 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-05-14 20:14:54 -0700 |
| commit | 340a9772c8484ff4cff6e654c823dc4f267489b9 (patch) | |
| tree | 80c335bc6636d6fc82ec9704b5030a1d56df4ade /include | |
| parent | f69b66188c11933c2c73c9c381726a897c51094d (diff) | |
[PATCH] autofs4: add ioctl to query unmountability
From: Ian Kent <raven@themaw.net>
Add ioctl to find out if autofs mount can be umounted. When the daemon
discovers this it's past the point of no return.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/auto_fs4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/auto_fs4.h b/include/linux/auto_fs4.h index 1494546329e5..b7ca600efa99 100644 --- a/include/linux/auto_fs4.h +++ b/include/linux/auto_fs4.h @@ -49,6 +49,7 @@ union autofs_packet_union { #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) #endif /* _LINUX_AUTO_FS4_H */ |
