new ->follow_link() and ->put_link() calling conventions
[deliverable/linux.git] / fs / cifs / cifsfs.h
index 252f5c15806bc2f18f5c1c10ff7c2bde0aedba6d..61012da7e9d87f4f76337485608429be0353d908 100644 (file)
@@ -120,7 +120,7 @@ extern struct vfsmount *cifs_dfs_d_automount(struct path *path);
 #endif
 
 /* Functions related to symlinks */
-extern void *cifs_follow_link(struct dentry *direntry, struct nameidata *nd);
+extern const char *cifs_follow_link(struct dentry *direntry, void **cookie, struct nameidata *nd);
 extern int cifs_readlink(struct dentry *direntry, char __user *buffer,
                         int buflen);
 extern int cifs_symlink(struct inode *inode, struct dentry *direntry,
This page took 0.03869 seconds and 5 git commands to generate.