diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-03-27 23:54:12 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-03-27 23:54:12 +0000 |
commit | d3e71cb08747743fce908122bab08b479eb403a5 (patch) | |
tree | cbec6948fdbdee9af81cf3ecfb504070d2745d7b /fs/coda | |
parent | fe7ff1706e323d0e5ed83972960a1ecc1ee538b3 (diff) |
Merge with Linux 2.3.99-pre3.
Diffstat (limited to 'fs/coda')
-rw-r--r-- | fs/coda/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/dir.c b/fs/coda/dir.c index 1e39811e6..bb51b0c05 100644 --- a/fs/coda/dir.c +++ b/fs/coda/dir.c @@ -685,7 +685,7 @@ static int coda_venus_readdir(struct file *filp, void *getdent, } /* we use this routine to read the file into our buffer */ - bufsize = read_exec(filp->f_dentry, filp->f_pos, buff, DIR_BUFSIZE, 1); + bufsize = kernel_read(filp, filp->f_pos, buff, DIR_BUFSIZE); if ( bufsize < 0) { printk("coda_venus_readdir: cannot read directory %d.\n", bufsize); |