new ->follow_link() and ->put_link() calling conventions
[deliverable/linux.git] / Documentation / filesystems / Locking
index 0a926e2ba3ab68ffd541f5a619cd673e59826821..7fa6c4ac858c537b4172134f5206b8b5a76616bd 100644 (file)
@@ -50,8 +50,8 @@ prototypes:
        int (*rename2) (struct inode *, struct dentry *,
                        struct inode *, struct dentry *, unsigned int);
        int (*readlink) (struct dentry *, char __user *,int);
-       void * (*follow_link) (struct dentry *, struct nameidata *);
-       void (*put_link) (struct dentry *, struct nameidata *, void *);
+       const char *(*follow_link) (struct dentry *, void **, struct nameidata *);
+       void (*put_link) (struct dentry *, void *);
        void (*truncate) (struct inode *);
        int (*permission) (struct inode *, int, unsigned int);
        int (*get_acl)(struct inode *, int);
This page took 0.030339 seconds and 5 git commands to generate.