Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262320
b: refs/heads/master
c: 41ffe5d
h: refs/heads/master
v: v3
  • Loading branch information
Hugh Dickins authored and Linus Torvalds committed Aug 4, 2011
1 parent 49b7f49 commit d2a5e54
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 112 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: 285b2c4fdd69ea73b4762785d8c6be83b6c074a6
refs/heads/master: 41ffe5d5ceef7f7ff2ff18e320d88ca6d629efaf
2 changes: 1 addition & 1 deletion trunk/include/linux/shmem_fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ static inline struct shmem_inode_info *SHMEM_I(struct inode *inode)
/*
* Functions in mm/shmem.c called directly from elsewhere:
*/
extern int init_tmpfs(void);
extern int shmem_init(void);
extern int shmem_fill_super(struct super_block *sb, void *data, int silent);
extern struct file *shmem_file_setup(const char *name,
loff_t size, unsigned long flags);
Expand Down
2 changes: 1 addition & 1 deletion trunk/init/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ static void __init do_basic_setup(void)
{
cpuset_init_smp();
usermodehelper_init();
init_tmpfs();
shmem_init();
driver_init();
init_irq_proc();
do_ctors();
Expand Down
Loading

0 comments on commit d2a5e54

Please sign in to comment.