get rid of 'parent' argument of ->d_compare()
[linux-2.6-block.git] / Documentation / filesystems / Locking
index 1b3c39a7de627f572ece87d2a1c6ddd2cff27144..d30fb2cb5066940e70d9a43f48d944500483a92b 100644 (file)
@@ -12,7 +12,7 @@ prototypes:
        int (*d_revalidate)(struct dentry *, unsigned int);
        int (*d_weak_revalidate)(struct dentry *, unsigned int);
        int (*d_hash)(const struct dentry *, struct qstr *);
-       int (*d_compare)(const struct dentry *, const struct dentry *,
+       int (*d_compare)(const struct dentry *,
                        unsigned int, const char *, const struct qstr *);
        int (*d_delete)(struct dentry *);
        int (*d_init)(struct dentry *);