patch-2.4.0-test3 linux/fs/fcntl.c
Next file: linux/fs/fifo.c
Previous file: linux/fs/fat/inode.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Mon Jun 26 11:36:43 2000
- Orig file:
v2.4.0-test2/linux/fs/fcntl.c
- Orig date:
Fri Jun 23 21:55:10 2000
diff -u --recursive --new-file v2.4.0-test2/linux/fs/fcntl.c linux/fs/fcntl.c
@@ -252,8 +252,8 @@
err = sock_fcntl (filp, cmd, arg);
break;
}
- fput(filp);
unlock_kernel();
+ fput(filp);
out:
return err;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)