Documentation/filesystems/Locking: fix ->get_link() prototype
authorEric Biggers <ebiggers@google.com>
Thu, 11 Apr 2019 23:16:29 +0000 (16:16 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 1 May 2019 03:59:25 +0000 (23:59 -0400)
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Documentation/filesystems/Locking

index efea228..428455b 100644 (file)
@@ -52,7 +52,7 @@ prototypes:
        int (*rename) (struct inode *, struct dentry *,
                        struct inode *, struct dentry *, unsigned int);
        int (*readlink) (struct dentry *, char __user *,int);
-       const char *(*get_link) (struct dentry *, struct inode *, void **);
+       const char *(*get_link) (struct dentry *, struct inode *, struct delayed_call *);
        void (*truncate) (struct inode *);
        int (*permission) (struct inode *, int, unsigned int);
        int (*get_acl)(struct inode *, int);