]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/ramfs/inode.c
ramfs: move RAMFS_MAGIC to include/linux/magic.h
[net-next-2.6.git] / fs / ramfs / inode.c
index a7f0110fca4c546eb6c4941d513fb0983082560f..a6090aa1a7c138e31fd71eb3b99b8f9c3cbc6ab4 100644 (file)
 #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;