diff options
Diffstat (limited to 'fs/cifs/cifsfs.h')
-rw-r--r-- | fs/cifs/cifsfs.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/cifs/cifsfs.h b/fs/cifs/cifsfs.h index c3cc1609025f..6886328cf3c4 100644 --- a/fs/cifs/cifsfs.h +++ b/fs/cifs/cifsfs.h | |||
@@ -120,9 +120,7 @@ extern struct vfsmount *cifs_dfs_d_automount(struct path *path); | |||
120 | #endif | 120 | #endif |
121 | 121 | ||
122 | /* Functions related to symlinks */ | 122 | /* Functions related to symlinks */ |
123 | extern const char *cifs_follow_link(struct dentry *direntry, void **cookie); | 123 | extern const char *cifs_get_link(struct dentry *, struct inode *, void **); |
124 | extern int cifs_readlink(struct dentry *direntry, char __user *buffer, | ||
125 | int buflen); | ||
126 | extern int cifs_symlink(struct inode *inode, struct dentry *direntry, | 124 | extern int cifs_symlink(struct inode *inode, struct dentry *direntry, |
127 | const char *symname); | 125 | const char *symname); |
128 | extern int cifs_removexattr(struct dentry *, const char *); | 126 | extern int cifs_removexattr(struct dentry *, const char *); |