diff options
author | Ian Kent <raven@themaw.net> | 2008-10-16 01:02:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 14:21:39 -0400 |
commit | bb979d7fc360bc37cbaff43a6fafceb897cb5e47 (patch) | |
tree | b99f90b4cacebf1e8cd5725917fd14cf8d1c50ac /fs/autofs4/autofs_i.h | |
parent | 624ae5284516870657505103ada531c64dba2a9a (diff) |
autofs4: cleanup autofs mount type usage
Usage of the AUTOFS_TYPE_* defines is a little confusing and appears
inconsistent.
Signed-off-by: Ian Kent <raven@themaw.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index 69a2f5c92319..ea024d8e37ed 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -21,6 +21,8 @@ | |||
21 | #define AUTOFS_IOC_FIRST AUTOFS_IOC_READY | 21 | #define AUTOFS_IOC_FIRST AUTOFS_IOC_READY |
22 | #define AUTOFS_IOC_COUNT 32 | 22 | #define AUTOFS_IOC_COUNT 32 |
23 | 23 | ||
24 | #define AUTOFS_TYPE_TRIGGER (AUTOFS_TYPE_DIRECT|AUTOFS_TYPE_OFFSET) | ||
25 | |||
24 | #include <linux/kernel.h> | 26 | #include <linux/kernel.h> |
25 | #include <linux/slab.h> | 27 | #include <linux/slab.h> |
26 | #include <linux/time.h> | 28 | #include <linux/time.h> |
@@ -92,10 +94,6 @@ struct autofs_wait_queue { | |||
92 | 94 | ||
93 | #define AUTOFS_SBI_MAGIC 0x6d4a556d | 95 | #define AUTOFS_SBI_MAGIC 0x6d4a556d |
94 | 96 | ||
95 | #define AUTOFS_TYPE_INDIRECT 0x0001 | ||
96 | #define AUTOFS_TYPE_DIRECT 0x0002 | ||
97 | #define AUTOFS_TYPE_OFFSET 0x0004 | ||
98 | |||
99 | struct autofs_sb_info { | 97 | struct autofs_sb_info { |
100 | u32 magic; | 98 | u32 magic; |
101 | int pipefd; | 99 | int pipefd; |