Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e18fa700 authored by Jeff Garzik's avatar Jeff Garzik
Browse files

Move several *_SUPER_MAGIC symbols to include/linux/magic.h.



Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent 4f5537de
Loading
Loading
Loading
Loading
+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.
+1 −0
Original line number Original line Diff line number Diff line
@@ -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;
+0 −2
Original line number Original line Diff line number Diff line
@@ -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
+1 −0
Original line number Original line Diff line number Diff line
@@ -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>


+0 −2
Original line number Original line Diff line number Diff line
@@ -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