diff options
Diffstat (limited to 'include/linux/fs.h')
| -rw-r--r-- | include/linux/fs.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 1c73b50e81f..c6b47431169 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h @@ -1772,6 +1772,8 @@ struct file_system_type {  	int fs_flags;  	int (*get_sb) (struct file_system_type *, int,  		       const char *, void *, struct vfsmount *); +	struct dentry *(*mount) (struct file_system_type *, int, +		       const char *, void *);  	void (*kill_sb) (struct super_block *);  	struct module *owner;  	struct file_system_type * next;  |