diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-01-31 22:22:27 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-01-31 22:22:27 +0000 |
commit | 825423e4c4f18289df2393951cfd2a7a31fc0464 (patch) | |
tree | 4ad80e981c3d9effa910d2247d118d254f9a5d09 /fs/ramfs/inode.c | |
parent | c4693dc4856ab907a5c02187a8d398861bebfc7e (diff) |
Merge with Linux 2.4.1.
Diffstat (limited to 'fs/ramfs/inode.c')
-rw-r--r-- | fs/ramfs/inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ramfs/inode.c b/fs/ramfs/inode.c index 898ab8178..69ea5fb23 100644 --- a/fs/ramfs/inode.c +++ b/fs/ramfs/inode.c @@ -81,6 +81,7 @@ static int ramfs_readpage(struct file *file, struct page * page) static int ramfs_writepage(struct page *page) { SetPageDirty(page); + UnlockPage(page); return 0; } |