We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb2cb1 commit 1a6a316Copy full SHA for 1a6a316
Documentation/filesystems/Locking
@@ -52,7 +52,7 @@ prototypes:
52
int (*rename) (struct inode *, struct dentry *,
53
struct inode *, struct dentry *, unsigned int);
54
int (*readlink) (struct dentry *, char __user *,int);
55
- const char *(*get_link) (struct dentry *, struct inode *, void **);
+ const char *(*get_link) (struct dentry *, struct inode *, struct delayed_call *);
56
void (*truncate) (struct inode *);
57
int (*permission) (struct inode *, int, unsigned int);
58
int (*get_acl)(struct inode *, int);
0 commit comments