patch-2.3.30 linux/fs/romfs/inode.c
Next file: linux/fs/smbfs/cache.c
Previous file: linux/fs/qnx4/symlinks.c
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Sun Dec 5 08:42:03 1999
- Orig file:
v2.3.29/linux/fs/romfs/inode.c
- Orig date:
Thu Nov 11 20:11:51 1999
diff -u --recursive --new-file v2.3.29/linux/fs/romfs/inode.c linux/fs/romfs/inode.c
@@ -407,9 +407,8 @@
*/
static int
-romfs_readpage(struct file * file, struct page * page)
+romfs_readpage(struct dentry * dentry, struct page * page)
{
- struct dentry *dentry = file->f_dentry;
struct inode *inode = dentry->d_inode;
unsigned long buf;
unsigned long offset, avail, readlen;
@@ -537,10 +536,8 @@
NULL, /* get_block -- not really */
romfs_readpage, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -581,10 +578,8 @@
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
@@ -604,10 +599,8 @@
NULL, /* get_block */
NULL, /* readpage */
NULL, /* writepage */
- NULL, /* flushpage */
NULL, /* truncate */
NULL, /* permission */
- NULL, /* smap */
NULL /* revalidate */
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)