--- zzzz-none-000/linux-2.4.17/drivers/char/ftape/zftape/zftape-init.c 2001-09-13 22:21:32.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/drivers/char/ftape/zftape/zftape-init.c 2004-11-24 13:23:22.000000000 +0000 @@ -48,9 +48,9 @@ #include "../zftape/zftape-buffers.h" #include "../zftape/zftape_syms.h" -char zft_src[] __initdata = "$Source: /homes/cvs/ftape-stacked/ftape/zftape/zftape-init.c,v $"; -char zft_rev[] __initdata = "$Revision: 1.8 $"; -char zft_dat[] __initdata = "$Date: 1997/11/06 00:48:56 $"; +char zft_src[] __initdata = "$Source: /cvs/work/hardhat2_1_ar7/linux-2.4.17_mvl21/drivers/char/ftape/zftape/zftape-init.c,v $"; +char zft_rev[] __initdata = "$Revision: 1.1.1.1 $"; +char zft_dat[] __initdata = "$Date: 2003/06/23 22:18:26 $"; MODULE_AUTHOR("(c) 1996, 1997 Claus-Justus Heine " "(claus@momo.math.rwth-aachen.de)"); @@ -204,6 +204,7 @@ sigfillset(¤t->blocked); lock_kernel(); if ((result = ftape_mmap(vma)) >= 0) { + vma->vm_flags &= ~VM_IO; #ifndef MSYNC_BUG_WAS_FIXED static struct vm_operations_struct dummy = { NULL, }; vma->vm_ops = &dummy;