patch-2.3.13 linux/fs/romfs/inode.c
Next file: linux/fs/super.c
Previous file: linux/fs/proc/root.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Jul 29 13:37:22 1999
- Orig file:
v2.3.12/linux/fs/romfs/inode.c
- Orig date:
Wed Jun 30 13:38:20 1999
diff -u --recursive --new-file v2.3.12/linux/fs/romfs/inode.c linux/fs/romfs/inode.c
@@ -405,7 +405,7 @@
buf = page_address(page);
/* hack? */
- page->owner = (int)current;
+ page->owner = current;
offset = page->offset;
if (offset < inode->i_size) {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)