diff options
author | Igor Mammedov <niallain@gmail.com> | 2008-01-25 03:28:31 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2008-01-25 03:28:31 +0000 |
commit | 6d5ae0deb1641bf615eafd8fef64218e10cb2fd0 (patch) | |
tree | 5b0d74ad31ce50534563bb1b7e6e06c4d3fdb4f9 /fs/cifs/cifsproto.h | |
parent | ed2b91701d97047fa9970645e43d5e551e261adb (diff) | |
download | blackbird-obmc-linux-6d5ae0deb1641bf615eafd8fef64218e10cb2fd0.tar.gz blackbird-obmc-linux-6d5ae0deb1641bf615eafd8fef64218e10cb2fd0.zip |
[CIFS] DFS support: provide shrinkable mounts
Signed-off-by: Igor Mammedov <niallain@gmail.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 7093cb4b0212..aaaf748f6a26 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -102,6 +102,9 @@ 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_UPCALL +extern void dfs_shrink_umount_helper(struct vfsmount *vfsmnt); +#endif void cifs_proc_init(void); void cifs_proc_clean(void); |