mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 01:24:12 +08:00
[CIFS] fix typo
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
d9f382eff6
commit
c1ce264470
@ -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 *,
|
||||
const char *);
|
||||
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);
|
||||
#else
|
||||
static inline void dfs_shrink_umount_helper(struct vfsmount *vfsmnt)
|
||||
|
Loading…
Reference in New Issue
Block a user