]> git.decadent.org.uk Git - nfs-utils.git/commit - support/nfs/svc_socket.c
Make UDP sockets not blocking
authorNeil Brown <neilb@suse.de>
Mon, 5 Feb 2007 04:37:55 +0000 (15:37 +1100)
committerNeil Brown <neilb@suse.de>
Mon, 5 Feb 2007 04:37:55 +0000 (15:37 +1100)
commit58e58ffbc0b12efbe00c9ad5f23d71d75790b524
tree578568c1fe693ecdc16be671630c342b734b8aa5
parent36959539fad2a5f125151a2e8bedb284d53b8c74
Make UDP sockets not blocking

 This is needs if mountd is running multithreaded else multiple threads
 will be blocked on a UDP port with nothing to read and so won't
 be able to serve up-calls from the kernel.

 Thanks to "Murali Krishna V" <vm.krishna@gmail.com> for highlighting
 the problem.
support/nfs/svc_socket.c