Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164774
b: refs/heads/master
c: a7e3108
h: refs/heads/master
v: v3
  • Loading branch information
maximilian attems authored and Linus Torvalds committed Sep 23, 2009
1 parent eff3f97 commit 022e9f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d4c36a9b6ab6b15851f60956d901a3c53574ea8
refs/heads/master: a7e3108cca54c105f496919040f00df56767ec00
4 changes: 1 addition & 3 deletions trunk/fs/ramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions trunk/include/linux/magic.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#define SYSFS_MAGIC 0x62656572
#define SECURITYFS_MAGIC 0x73636673
#define SELINUX_MAGIC 0xf97cff8c
#define RAMFS_MAGIC 0x858458f6 /* some random number */
#define TMPFS_MAGIC 0x01021994
#define HUGETLBFS_MAGIC 0x958458f6 /* some random number */
#define SQUASHFS_MAGIC 0x73717368
Expand Down

0 comments on commit 022e9f5

Please sign in to comment.