patch-2.3.43 linux/fs/umsdos/dir.c
Next file: linux/fs/umsdos/inode.c
Previous file: linux/fs/umsdos/Makefile
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Thu Feb 10 12:17:00 2000
- Orig file:
v2.3.42/linux/fs/umsdos/dir.c
- Orig date:
Tue Dec 14 01:27:24 1999
diff -u --recursive --new-file v2.3.42/linux/fs/umsdos/dir.c linux/fs/umsdos/dir.c
@@ -802,17 +802,9 @@
static struct file_operations umsdos_dir_operations =
{
- NULL, /* lseek - default */
- dummy_dir_read, /* read */
- NULL, /* write - bad */
- UMSDOS_readdir, /* readdir */
- NULL, /* poll - default */
- UMSDOS_ioctl_dir, /* ioctl - default */
- NULL, /* mmap */
- NULL, /* no special open code */
- NULL, /* flush */
- NULL, /* no special release code */
- NULL /* fsync */
+ read: dummy_dir_read,
+ readdir: UMSDOS_readdir,
+ ioctl: UMSDOS_ioctl_dir,
};
struct inode_operations umsdos_dir_inode_operations =
@@ -827,12 +819,4 @@
UMSDOS_rmdir, /* rmdir */
UMSDOS_mknod, /* mknod */
UMSDOS_rename, /* rename */
- NULL, /* readlink */
- NULL, /* followlink */
- NULL, /* get_block */
- NULL, /* readpage */
- NULL, /* writepage */
- NULL, /* truncate */
- NULL, /* permission */
- NULL /* revalidate */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)