aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ramfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ramfs')
-rw-r--r--fs/ramfs/inode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/ramfs/inode.c b/fs/ramfs/inode.c
index a7f0110fca4c..a6090aa1a7c1 100644
--- a/fs/ramfs/inode.c
+++ b/fs/ramfs/inode.c
@@ -34,12 +34,10 @@
34#include <linux/ramfs.h> 34#include <linux/ramfs.h>
35#include <linux/sched.h> 35#include <linux/sched.h>
36#include <linux/parser.h> 36#include <linux/parser.h>
37#include <linux/magic.h>
37#include <asm/uaccess.h> 38#include <asm/uaccess.h>
38#include "internal.h" 39#include "internal.h"
39 40
40/* some random number */
41#define RAMFS_MAGIC 0x858458f6
42
43#define RAMFS_DEFAULT_MODE 0755 41#define RAMFS_DEFAULT_MODE 0755
44 42
45static const struct super_operations ramfs_ops; 43static const struct super_operations ramfs_ops;