ramfs: move RAMFS_MAGIC to include/linux/magic.h
initramfs userspace likes to use this magic number. Cc: Hugh Dickins <hugh.dickins@tiscali.co.uk> Signed-off-by: maximilian attems <max@stro.at> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
committed by
Linus Torvalds
parent
0d4c36a9b6
commit
a7e3108cca
@ -34,12 +34,10 @@
|
||||
#include <linux/ramfs.h>
|
||||
#include <linux/sched.h>
|
||||
#include <linux/parser.h>
|
||||
#include <linux/magic.h>
|
||||
#include <asm/uaccess.h>
|
||||
#include "internal.h"
|
||||
|
||||
/* some random number */
|
||||
#define RAMFS_MAGIC 0x858458f6
|
||||
|
||||
#define RAMFS_DEFAULT_MODE 0755
|
||||
|
||||
static const struct super_operations ramfs_ops;
|
||||
|
Reference in New Issue
Block a user