patch-2.4.1 linux/fs/ramfs/inode.c
Next file: linux/fs/reiserfs/Makefile
Previous file: linux/fs/proc/kcore.c
Back to the patch index
Back to the overall index
- Lines: 8
- Date:
Fri Jan 5 23:06:19 2001
- Orig file:
v2.4.0/linux/fs/ramfs/inode.c
- Orig date:
Fri Dec 29 19:26:31 2000
diff -u --recursive --new-file v2.4.0/linux/fs/ramfs/inode.c linux/fs/ramfs/inode.c
@@ -81,6 +81,7 @@
static int ramfs_writepage(struct page *page)
{
SetPageDirty(page);
+ UnlockPage(page);
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)