Loading fs/affs/affs.h +0 −1 Original line number Original line Diff line number Diff line #include <linux/types.h> #include <linux/types.h> #include <linux/fs.h> #include <linux/fs.h> #include <linux/buffer_head.h> #include <linux/buffer_head.h> #include <linux/affs_fs.h> #include <linux/amigaffs.h> #include <linux/amigaffs.h> /* AmigaOS allows file names with up to 30 characters length. /* AmigaOS allows file names with up to 30 characters length. Loading fs/affs/super.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/init.h> #include <linux/init.h> #include <linux/statfs.h> #include <linux/statfs.h> #include <linux/parser.h> #include <linux/parser.h> #include <linux/magic.h> #include "affs.h" #include "affs.h" extern struct timezone sys_tz; extern struct timezone sys_tz; Loading fs/autofs/autofs_i.h +0 −2 Original line number Original line Diff line number Diff line Loading @@ -37,8 +37,6 @@ #define DPRINTK(D) ((void)0) #define DPRINTK(D) ((void)0) #endif #endif #define AUTOFS_SUPER_MAGIC 0x0187 /* /* * If the daemon returns a negative response (AUTOFS_IOC_FAIL) then the * If the daemon returns a negative response (AUTOFS_IOC_FAIL) then the * kernel will keep the negative response cached for up to the time given * kernel will keep the negative response cached for up to the time given Loading fs/autofs/inode.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <linux/file.h> #include <linux/file.h> #include <linux/parser.h> #include <linux/parser.h> #include <linux/bitops.h> #include <linux/bitops.h> #include <linux/magic.h> #include "autofs_i.h" #include "autofs_i.h" #include <linux/module.h> #include <linux/module.h> Loading fs/autofs4/autofs_i.h +0 −2 Original line number Original line Diff line number Diff line Loading @@ -40,8 +40,6 @@ #define DPRINTK(fmt,args...) do {} while(0) #define DPRINTK(fmt,args...) do {} while(0) #endif #endif #define AUTOFS_SUPER_MAGIC 0x0187 /* Unified info structure. This is pointed to by both the dentry and /* Unified info structure. This is pointed to by both the dentry and inode structures. Each file in the filesystem has an instance of this inode structures. Each file in the filesystem has an instance of this structure. It holds a reference to the dentry, so dentries are never structure. It holds a reference to the dentry, so dentries are never Loading Loading
fs/affs/affs.h +0 −1 Original line number Original line Diff line number Diff line #include <linux/types.h> #include <linux/types.h> #include <linux/fs.h> #include <linux/fs.h> #include <linux/buffer_head.h> #include <linux/buffer_head.h> #include <linux/affs_fs.h> #include <linux/amigaffs.h> #include <linux/amigaffs.h> /* AmigaOS allows file names with up to 30 characters length. /* AmigaOS allows file names with up to 30 characters length. Loading
fs/affs/super.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -14,6 +14,7 @@ #include <linux/init.h> #include <linux/init.h> #include <linux/statfs.h> #include <linux/statfs.h> #include <linux/parser.h> #include <linux/parser.h> #include <linux/magic.h> #include "affs.h" #include "affs.h" extern struct timezone sys_tz; extern struct timezone sys_tz; Loading
fs/autofs/autofs_i.h +0 −2 Original line number Original line Diff line number Diff line Loading @@ -37,8 +37,6 @@ #define DPRINTK(D) ((void)0) #define DPRINTK(D) ((void)0) #endif #endif #define AUTOFS_SUPER_MAGIC 0x0187 /* /* * If the daemon returns a negative response (AUTOFS_IOC_FAIL) then the * If the daemon returns a negative response (AUTOFS_IOC_FAIL) then the * kernel will keep the negative response cached for up to the time given * kernel will keep the negative response cached for up to the time given Loading
fs/autofs/inode.c +1 −0 Original line number Original line Diff line number Diff line Loading @@ -16,6 +16,7 @@ #include <linux/file.h> #include <linux/file.h> #include <linux/parser.h> #include <linux/parser.h> #include <linux/bitops.h> #include <linux/bitops.h> #include <linux/magic.h> #include "autofs_i.h" #include "autofs_i.h" #include <linux/module.h> #include <linux/module.h> Loading
fs/autofs4/autofs_i.h +0 −2 Original line number Original line Diff line number Diff line Loading @@ -40,8 +40,6 @@ #define DPRINTK(fmt,args...) do {} while(0) #define DPRINTK(fmt,args...) do {} while(0) #endif #endif #define AUTOFS_SUPER_MAGIC 0x0187 /* Unified info structure. This is pointed to by both the dentry and /* Unified info structure. This is pointed to by both the dentry and inode structures. Each file in the filesystem has an instance of this inode structures. Each file in the filesystem has an instance of this structure. It holds a reference to the dentry, so dentries are never structure. It holds a reference to the dentry, so dentries are never Loading