patch-2.1.4 linux/fs/fat/inode.c
Next file: linux/fs/hpfs/hpfs_fs.c
Previous file: linux/fs/fat/file.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sun Oct 13 21:11:16 1996
- Orig file:
v2.1.3/linux/fs/fat/inode.c
- Orig date:
Sun Aug 4 13:39:07 1996
diff -u --recursive --new-file v2.1.3/linux/fs/fat/inode.c linux/fs/fat/inode.c
@@ -351,7 +351,7 @@
tmp.f_files = 0;
tmp.f_ffree = 0;
tmp.f_namelen = 12;
- memcpy_tofs(buf, &tmp, bufsiz);
+ copy_to_user(buf, &tmp, bufsiz);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov