Skip to content

Commit 1a6a316

Browse files
ebiggersAl Viro
authored andcommitted
Documentation/filesystems/Locking: fix ->get_link() prototype
Signed-off-by: Eric Biggers <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent dcb2cb1 commit 1a6a316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/filesystems/Locking

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ prototypes:
5252
int (*rename) (struct inode *, struct dentry *,
5353
struct inode *, struct dentry *, unsigned int);
5454
int (*readlink) (struct dentry *, char __user *,int);
55-
const char *(*get_link) (struct dentry *, struct inode *, void **);
55+
const char *(*get_link) (struct dentry *, struct inode *, struct delayed_call *);
5656
void (*truncate) (struct inode *);
5757
int (*permission) (struct inode *, int, unsigned int);
5858
int (*get_acl)(struct inode *, int);

0 commit comments

Comments
 (0)