]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - Documentation/filesystems/locking.rst
fs: remove the inode argument to ->d_real() method
[thirdparty/kernel/linux.git] / Documentation / filesystems / locking.rst
index d5bf4b6b7509b01c9a2d5225a6bb5b2e1ef327b2..e664061ed55dc1bdc6d7d16c086f3050c32909d6 100644 (file)
@@ -29,7 +29,7 @@ prototypes::
        char *(*d_dname)((struct dentry *dentry, char *buffer, int buflen);
        struct vfsmount *(*d_automount)(struct path *path);
        int (*d_manage)(const struct path *, bool);
-       struct dentry *(*d_real)(struct dentry *, const struct inode *);
+       struct dentry *(*d_real)(struct dentry *, enum d_real_type type);
 
 locking rules: