patch-2.0.21-2.1.0 linux/fs/nfs/dir.c
Next file: linux/fs/nfs/file.c
Previous file: linux/fs/ncpfs/dir.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sat Sep 28 23:42:49 1996
- Orig file:
lx2.0/v2.0.21/linux/fs/nfs/dir.c
- Orig date:
Sat Jul 20 09:25:25 1996
diff -u --recursive --new-file lx2.0/v2.0.21/linux/fs/nfs/dir.c linux/fs/nfs/dir.c
@@ -21,7 +21,7 @@
#include <asm/segment.h> /* for fs functions */
static int nfs_dir_open(struct inode * inode, struct file * file);
-static int nfs_dir_read(struct inode *, struct file *, char *, int);
+static long nfs_dir_read(struct inode *, struct file *, char *, unsigned long);
static int nfs_readdir(struct inode *, struct file *, void *, filldir_t);
static int nfs_lookup(struct inode *, const char *, int, struct inode **);
static int nfs_create(struct inode *, const char *, int, int, struct inode **);
@@ -93,8 +93,8 @@
return 0;
}
-static int nfs_dir_read(struct inode *inode, struct file *filp, char *buf,
- int count)
+static long nfs_dir_read(struct inode *inode, struct file *filp,
+ char *buf, unsigned long count)
{
return -EISDIR;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov