summaryrefslogtreecommitdiffstats
path: root/Documentation/filesystems/Locking
diff options
context:
space:
mode:
authorEric Biggers2019-04-12 01:16:29 +0200
committerAl Viro2019-05-01 05:59:25 +0200
commit1a6a31655071106a34ae06353390891a80c54371 (patch)
tree966fd309909a7b4b734d3e03da6f45816e8c5578 /Documentation/filesystems/Locking
parentDocumentation/filesystems/vfs.txt: document how ->i_link works (diff)
downloadkernel-qcow2-linux-1a6a31655071106a34ae06353390891a80c54371.tar.gz
kernel-qcow2-linux-1a6a31655071106a34ae06353390891a80c54371.tar.xz
kernel-qcow2-linux-1a6a31655071106a34ae06353390891a80c54371.zip
Documentation/filesystems/Locking: fix ->get_link() prototype
Signed-off-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'Documentation/filesystems/Locking')
-rw-r--r--Documentation/filesystems/Locking2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/Locking b/Documentation/filesystems/Locking
index efea228ccd8a..428455bf9c97 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);