patch-2.2.5 linux/kernel/acct.c
Next file: linux/kernel/fork.c
Previous file: linux/include/net/sock.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue Mar 23 16:57:38 1999
- Orig file:
v2.2.4/linux/kernel/acct.c
- Orig date:
Tue Mar 23 14:35:48 1999
diff -u --recursive --new-file v2.2.4/linux/kernel/acct.c linux/kernel/acct.c
@@ -194,13 +194,13 @@
}
if (old_acct) {
do_acct_process(0,old_acct);
- filp_close(old_acct);
+ filp_close(old_acct, NULL);
}
out:
unlock_kernel();
return error;
out_err:
- filp_close(file);
+ filp_close(file, NULL);
goto out;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)