mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 14:11:20 +00:00
Move magic numbers into magic.h
Move various magic-number definitions into magic.h. Signed-off-by: Nick Black <dank@qemfd.net> Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Cc: Al Viro <viro@zeniv.linux.org.uk> Cc: "David S. Miller" <davem@davemloft.net> Cc: Casey Schaufler <casey@schaufler-ca.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
af91322ef3
commit
1fd7317d02
5 changed files with 9 additions and 14 deletions
|
@ -86,6 +86,7 @@
|
|||
#include <linux/audit.h>
|
||||
#include <linux/wireless.h>
|
||||
#include <linux/nsproxy.h>
|
||||
#include <linux/magic.h>
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/unistd.h>
|
||||
|
@ -235,8 +236,6 @@ int move_addr_to_user(struct sockaddr *kaddr, int klen, void __user *uaddr,
|
|||
return __put_user(klen, ulen);
|
||||
}
|
||||
|
||||
#define SOCKFS_MAGIC 0x534F434B
|
||||
|
||||
static struct kmem_cache *sock_inode_cachep __read_mostly;
|
||||
|
||||
static struct inode *sock_alloc_inode(struct super_block *sb)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue