diff options
author | Mike Shaver <shaver@ingenia.com> | 1998-05-27 14:14:52 +0000 |
---|---|---|
committer | Mike Shaver <shaver@ingenia.com> | 1998-05-27 14:14:52 +0000 |
commit | fd6df4960deca7a60c11720fdc9e2d20d4b80eb0 (patch) | |
tree | c22717fc06d0ff303f0fd2427a5e96df01cb992b /fs/efs/dir.c | |
parent | cad646a41d689e717fec6272cba6cdd1258381c8 (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.c | 2 |
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"); |