summaryrefslogtreecommitdiffstats
path: root/fs/efs/dir.c
diff options
context:
space:
mode:
authorMike Shaver <shaver@ingenia.com>1998-05-27 14:14:52 +0000
committerMike Shaver <shaver@ingenia.com>1998-05-27 14:14:52 +0000
commitfd6df4960deca7a60c11720fdc9e2d20d4b80eb0 (patch)
treec22717fc06d0ff303f0fd2427a5e96df01cb992b /fs/efs/dir.c
parentcad646a41d689e717fec6272cba6cdd1258381c8 (diff)
some fixes and streamlining of code; indirect extents still don't work right =(
Diffstat (limited to 'fs/efs/dir.c')
-rw-r--r--fs/efs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/efs/dir.c b/fs/efs/dir.c
index 0fd4f3187..ccf4fb0df 100644
--- a/fs/efs/dir.c
+++ b/fs/efs/dir.c
@@ -83,7 +83,7 @@ efs_readdir(struct file *filp,
return -EBADF;
}
- if(ini->tot!=1) {
+ if(ini->efs_total!=1) {
printk("EFS: directory %s has more than one extent.\n",
filp->f_dentry->d_name.name);
printk("EFS: Mike is lazy, so we can't handle this yet. Sorry =(\n");