aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f813bc8266a..eca70cfe5b8 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1763,7 +1763,7 @@ extern struct inode_operations simple_dir_inode_operations;
1763struct tree_descr { char *name; const struct file_operations *ops; int mode; }; 1763struct tree_descr { char *name; const struct file_operations *ops; int mode; };
1764struct dentry *d_alloc_name(struct dentry *, const char *); 1764struct dentry *d_alloc_name(struct dentry *, const char *);
1765extern int simple_fill_super(struct super_block *, int, struct tree_descr *); 1765extern int simple_fill_super(struct super_block *, int, struct tree_descr *);
1766extern int simple_pin_fs(char *name, struct vfsmount **mount, int *count); 1766extern int simple_pin_fs(struct file_system_type *, struct vfsmount **mount, int *count);
1767extern void simple_release_fs(struct vfsmount **mount, int *count); 1767extern void simple_release_fs(struct vfsmount **mount, int *count);
1768 1768
1769extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, const void *, size_t); 1769extern ssize_t simple_read_from_buffer(void __user *, size_t, loff_t *, const void *, size_t);