diff options
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 1a883663b22d..7c445f8f233f 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -92,7 +92,7 @@ extern int cifs_get_inode_info(struct inode **pinode, | |||
92 | extern int cifs_get_inode_info_unix(struct inode **pinode, | 92 | extern int cifs_get_inode_info_unix(struct inode **pinode, |
93 | const unsigned char *search_path, | 93 | const unsigned char *search_path, |
94 | struct super_block *sb, int xid); | 94 | struct super_block *sb, int xid); |
95 | 95 | extern void get_mode_from_acl(struct inode * inode, const char * search_path); | |
96 | extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, | 96 | extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, |
97 | const char *); | 97 | const char *); |
98 | extern int cifs_umount(struct super_block *, struct cifs_sb_info *); | 98 | extern int cifs_umount(struct super_block *, struct cifs_sb_info *); |