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

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