patch-2.2.4 linux/kernel/exit.c
Next file: linux/kernel/fork.c
Previous file: linux/kernel/acct.c
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Mar 22 10:04:59 1999
-  Orig file: 
v2.2.3/linux/kernel/exit.c
-  Orig date: 
Tue Jan 19 11:32:53 1999
diff -u --recursive --new-file v2.2.3/linux/kernel/exit.c linux/kernel/exit.c
@@ -169,7 +169,7 @@
 				struct file * file = files->fd[i];
 				if (file) {
 					files->fd[i] = NULL;
-					close_fp(file, files);
+					filp_close(file, files);
 				}
 			}
 			i++;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)