patch-2.3.11 linux/fs/fcntl.c

Next file: linux/fs/file_table.c
Previous file: linux/fs/exec.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.10/linux/fs/fcntl.c linux/fs/fcntl.c
@@ -31,6 +31,7 @@
 	return error;
 
 out_putf:
+	write_unlock(&files->file_lock);
 	fput(file);
 	goto out;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)