|
@@ -470,7 +470,7 @@ int coda_readdir(struct file *coda_file, void *dirent, filldir_t filldir)
|
|
|
|
|
|
ret = -ENOENT;
|
|
ret = -ENOENT;
|
|
if (!IS_DEADDIR(host_inode)) {
|
|
if (!IS_DEADDIR(host_inode)) {
|
|
- ret = host_file->f_op->readdir(host_file, filldir, dirent);
|
|
|
|
|
|
+ ret = host_file->f_op->readdir(host_file, dirent, filldir);
|
|
file_accessed(host_file);
|
|
file_accessed(host_file);
|
|
}
|
|
}
|
|
}
|
|
}
|