fs: change d_hash for rcu-walk
[deliverable/linux.git] / fs / jfs / namei.c
index 92129016cd799bd69ce579e1fda5d49a1d5daa20..57f90dad8919db3a8440ce152eb27a53f0c7c5c7 100644 (file)
@@ -1574,7 +1574,8 @@ const struct file_operations jfs_dir_operations = {
        .llseek         = generic_file_llseek,
 };
 
-static int jfs_ci_hash(struct dentry *dir, struct qstr *this)
+static int jfs_ci_hash(const struct dentry *dir, const struct inode *inode,
+               struct qstr *this)
 {
        unsigned long hash;
        int i;
This page took 0.027124 seconds and 5 git commands to generate.