BACKPORT: dmaengine: core: expose max burst capability to clients
[firefly-linux-kernel-4.4.55.git] / include / linux / dcache.h
index d81746d3b2da18477dd7b7db6b0c37b2123c817a..d184e283cf81e268d0e3cd94d4fdb4d45951cad4 100644 (file)
@@ -161,6 +161,7 @@ struct dentry_operations {
        struct vfsmount *(*d_automount)(struct path *);
        int (*d_manage)(struct dentry *, bool);
        struct inode *(*d_select_inode)(struct dentry *, unsigned);
+       void (*d_canonical_path)(const struct dentry *, struct path *);
        struct dentry *(*d_real)(struct dentry *, struct inode *);
 } ____cacheline_aligned;