diff options
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index 897b2b2b28b5..851030f74939 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h | |||
@@ -93,6 +93,12 @@ extern int cifs_readdir(struct file *file, void *direntry, filldir_t filldir); | |||
93 | extern const struct dentry_operations cifs_dentry_ops; | 93 | extern const struct dentry_operations cifs_dentry_ops; |
94 | extern const struct dentry_operations cifs_ci_dentry_ops; | 94 | extern const struct dentry_operations cifs_ci_dentry_ops; |
95 | 95 | ||
96 | #ifdef CONFIG_CIFS_DFS_UPCALL | ||
97 | extern struct vfsmount *cifs_dfs_d_automount(struct path *path); | ||
98 | #else | ||
99 | #define cifs_dfs_d_automount NULL | ||
100 | #endif | ||
101 | |||
96 | /* Functions related to symlinks */ | 102 | /* Functions related to symlinks */ |
97 | extern void *cifs_follow_link(struct dentry *direntry, struct nameidata *nd); | 103 | extern void *cifs_follow_link(struct dentry *direntry, struct nameidata *nd); |
98 | extern void cifs_put_link(struct dentry *direntry, | 104 | extern void cifs_put_link(struct dentry *direntry, |