patch-2.1.89 linux/fs/exec.c
Next file: linux/fs/fat/file.c
Previous file: linux/fs/dquot.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Feb 27 10:42:58 1998
- Orig file:
v2.1.88/linux/fs/exec.c
- Orig date:
Fri Jan 2 11:01:40 1998
diff -u --recursive --new-file v2.1.88/linux/fs/exec.c linux/fs/exec.c
@@ -330,7 +330,7 @@
mpnt->vm_flags = VM_STACK_FLAGS;
mpnt->vm_ops = NULL;
mpnt->vm_offset = 0;
- mpnt->vm_dentry = NULL;
+ mpnt->vm_file = NULL;
mpnt->vm_pte = 0;
insert_vm_struct(current->mm, mpnt);
current->mm->total_vm = (mpnt->vm_end - mpnt->vm_start) >> PAGE_SHIFT;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov