[PATCH] Rearrange setting of snd/rcv buf size to avoid locking issue
Currently svc_sock_setbuf can be called under a spinlock, but it can try to lock a socket, which can block.... Now when we decide that changing the size might be good we set a flag (SK_CHNGBUF) and then later (when the next packet arrives) we change the sizes appropriately.
Showing
Please register or sign in to comment