aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/shmem_fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/shmem_fs.h b/include/linux/shmem_fs.h
index 80b695213fdb..3f05795dcf7b 100644
--- a/include/linux/shmem_fs.h
+++ b/include/linux/shmem_fs.h
@@ -47,7 +47,7 @@ static inline struct shmem_inode_info *SHMEM_I(struct inode *inode)
47/* 47/*
48 * Functions in mm/shmem.c called directly from elsewhere: 48 * Functions in mm/shmem.c called directly from elsewhere:
49 */ 49 */
50extern int init_tmpfs(void); 50extern int shmem_init(void);
51extern int shmem_fill_super(struct super_block *sb, void *data, int silent); 51extern int shmem_fill_super(struct super_block *sb, void *data, int silent);
52extern struct file *shmem_file_setup(const char *name, 52extern struct file *shmem_file_setup(const char *name,
53 loff_t size, unsigned long flags); 53 loff_t size, unsigned long flags);