patch-2.2.3 linux/drivers/sound/es1371.c
Next file: linux/drivers/sound/lowlevel/awe_compat.h
Previous file: linux/drivers/sound/es1370.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Mar 7 10:37:40 1999
- Orig file:
v2.2.2/linux/drivers/sound/es1371.c
- Orig date:
Fri Jan 8 22:36:10 1999
diff -u --recursive --new-file v2.2.2/linux/drivers/sound/es1371.c linux/drivers/sound/es1371.c
@@ -1675,8 +1675,6 @@
if (remap_page_range(vma->vm_start, virt_to_phys(db->rawbuf), size, vma->vm_page_prot))
return -EAGAIN;
db->mapped = 1;
- vma->vm_file = file;
- file->f_count++;
return 0;
}
@@ -2172,8 +2170,6 @@
if (remap_page_range(vma->vm_start, virt_to_phys(s->dma_dac1.rawbuf), size, vma->vm_page_prot))
return -EAGAIN;
s->dma_dac1.mapped = 1;
- vma->vm_file = file;
- file->f_count++;
return 0;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)