From: Eric Biggers Date: Thu, 11 Apr 2019 23:16:29 +0000 (-0700) Subject: Documentation/filesystems/Locking: fix ->get_link() prototype X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=1a6a31655071106a34ae06353390891a80c54371;p=linux.git Documentation/filesystems/Locking: fix ->get_link() prototype Signed-off-by: Eric Biggers Signed-off-by: Al Viro --- diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking index efea228ccd8af..428455bf9c97a 100644 --- a/Documentation/filesystems/Locking +++ b/Documentation/filesystems/Locking @@ -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);