diff options
Diffstat (limited to 'fs/autofs4/autofs_i.h')
-rw-r--r-- | fs/autofs4/autofs_i.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/autofs4/autofs_i.h b/fs/autofs4/autofs_i.h index d6603d02304c..480ab178cba5 100644 --- a/fs/autofs4/autofs_i.h +++ b/fs/autofs4/autofs_i.h | |||
@@ -40,8 +40,6 @@ | |||
40 | #define DPRINTK(fmt,args...) do {} while(0) | 40 | #define DPRINTK(fmt,args...) do {} while(0) |
41 | #endif | 41 | #endif |
42 | 42 | ||
43 | #define AUTOFS_SUPER_MAGIC 0x0187 | ||
44 | |||
45 | /* Unified info structure. This is pointed to by both the dentry and | 43 | /* Unified info structure. This is pointed to by both the dentry and |
46 | inode structures. Each file in the filesystem has an instance of this | 44 | inode structures. Each file in the filesystem has an instance of this |
47 | structure. It holds a reference to the dentry, so dentries are never | 45 | structure. It holds a reference to the dentry, so dentries are never |