]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/hfsplus/hfsplus_fs.h
Don't pass inode to ->d_hash() and ->d_compare()
[karo-tx-linux.git] / fs / hfsplus / hfsplus_fs.h
index 60b0a3388b262bcdfd2a02d449505e81b40e1d6b..ede79317cfb8cf5fa521dd187465a8cd63787979 100644 (file)
@@ -495,11 +495,8 @@ int hfsplus_uni2asc(struct super_block *,
                const struct hfsplus_unistr *, char *, int *);
 int hfsplus_asc2uni(struct super_block *,
                struct hfsplus_unistr *, int, const char *, int);
-int hfsplus_hash_dentry(const struct dentry *dentry,
-               const struct inode *inode, struct qstr *str);
-int hfsplus_compare_dentry(const struct dentry *parent,
-               const struct inode *pinode,
-               const struct dentry *dentry, const struct inode *inode,
+int hfsplus_hash_dentry(const struct dentry *dentry, struct qstr *str);
+int hfsplus_compare_dentry(const struct dentry *parent, const struct dentry *dentry,
                unsigned int len, const char *str, const struct qstr *name);
 
 /* wrapper.c */