patch-2.1.121 linux/net/sunrpc/svcsock.c

Next file: linux/COPYING
Previous file: linux/net/sunrpc/sched.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.120/linux/net/sunrpc/svcsock.c linux/net/sunrpc/svcsock.c
@@ -736,7 +736,6 @@
 	rqstp->rq_argbuf = rqstp->rq_defbuf;
 	rqstp->rq_resbuf = rqstp->rq_defbuf;
 
-	checksignals();
 	if (signalled())
 		return -EINTR;
 
@@ -755,7 +754,6 @@
 		 * We have to be able to interrupt this wait
 		 * to bring down the daemons ...
 		 */
-		checksignals();
 		current->state = TASK_INTERRUPTIBLE;
 		add_wait_queue(&rqstp->rq_wait, &wait);
 		end_bh_atomic();


FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov