patch-2.3.38 linux/fs/romfs/inode.c
Next file: linux/fs/smbfs/file.c
Previous file: linux/fs/proc/omirr.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
Fri Jan 7 11:43:09 2000
- Orig file:
v2.3.37/linux/fs/romfs/inode.c
- Orig date:
Tue Dec 14 01:27:24 1999
diff -u --recursive --new-file v2.3.37/linux/fs/romfs/inode.c linux/fs/romfs/inode.c
@@ -459,8 +459,6 @@
NULL, /* release */
NULL, /* fsync */
NULL, /* fasync */
- NULL, /* check_media_change */
- NULL /* revalidate */
};
static struct inode_operations romfs_file_inode_operations = {
@@ -489,16 +487,6 @@
NULL, /* read */
NULL, /* write - bad */
romfs_readdir, /* readdir */
- NULL, /* poll - default */
- NULL, /* ioctl */
- NULL, /* mmap */
- NULL, /* open */
- NULL, /* flush */
- NULL, /* release */
- NULL, /* fsync */
- NULL, /* fasync */
- NULL, /* check_media_change */
- NULL /* revalidate */
};
/* Merged dir/symlink op table. readdir/lookup/readlink/follow_link
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)