patch-2.1.69 linux/fs/umsdos/emd.c
Next file: linux/include/asm-alpha/processor.h
Previous file: linux/fs/super.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Dec 1 10:34:11 1997
- Orig file:
v2.1.68/linux/fs/umsdos/emd.c
- Orig date:
Thu Sep 11 09:02:24 1997
diff -u --recursive --new-file v2.1.68/linux/fs/umsdos/emd.c linux/fs/umsdos/emd.c
@@ -29,7 +29,7 @@
unsigned long count)
{
int ret;
- unsigned long old_fs = get_fs();
+ mm_segment_t old_fs = get_fs();
set_fs (KERNEL_DS);
ret = fat_file_read(inode,filp,buf,count);
set_fs (old_fs);
@@ -44,7 +44,7 @@
unsigned long count)
{
int ret;
- unsigned long old_fs = get_fs();
+ mm_segment_t old_fs = get_fs();
set_fs (KERNEL_DS);
ret = fat_file_write(inode,filp,buf,count);
set_fs (old_fs);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov