patch-2.1.4 linux/fs/block_dev.c
Next file: linux/fs/dquot.c
Previous file: linux/fs/binfmt_elf.c
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Sun Oct 13 21:11:16 1996
-  Orig file: 
v2.1.3/linux/fs/block_dev.c
-  Orig date: 
Sat Sep 28 23:49:51 1996
diff -u --recursive --new-file v2.1.3/linux/fs/block_dev.c linux/fs/block_dev.c
@@ -121,7 +121,7 @@
 		filp->f_pos += chars;
 		written += chars;
 		count -= chars;
-		memcpy_fromfs(p,buf,chars);
+		copy_from_user(p,buf,chars);
 		p += chars;
 		buf += chars;
 		mark_buffer_uptodate(bh, 1);
@@ -290,7 +290,7 @@
 			left -= chars;
 			read += chars;
 			if (*bhe) {
-				memcpy_tofs(buf,offset+(*bhe)->b_data,chars);
+				copy_to_user(buf,offset+(*bhe)->b_data,chars);
 				brelse(*bhe);
 				buf += chars;
 			} else {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov