Commit c1ce2644 authored by Steve French's avatar Steve French

[CIFS] fix typo

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent d9f382ef
...@@ -102,7 +102,7 @@ extern int mode_to_acl(struct inode *inode, const char *path, __u64); ...@@ -102,7 +102,7 @@ extern int mode_to_acl(struct inode *inode, const char *path, __u64);
extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *, extern int cifs_mount(struct super_block *, struct cifs_sb_info *, char *,
const char *); const char *);
extern int cifs_umount(struct super_block *, struct cifs_sb_info *); extern int cifs_umount(struct super_block *, struct cifs_sb_info *);
#ifdef CONFIG_CIFS_DFS #ifdef CONFIG_CIFS_DFS_UPCALL
extern void dfs_shrink_umount_helper(struct vfsmount *vfsmnt); extern void dfs_shrink_umount_helper(struct vfsmount *vfsmnt);
#else #else
static inline void dfs_shrink_umount_helper(struct vfsmount *vfsmnt) static inline void dfs_shrink_umount_helper(struct vfsmount *vfsmnt)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment