]> git.lizzy.rs Git - plan9front.git/commit
exportfs: get rid of limits, cleanup
authorcinap_lenrek <cinap_lenrek@felloff.net>
Sun, 15 Dec 2013 06:49:53 +0000 (07:49 +0100)
committercinap_lenrek <cinap_lenrek@felloff.net>
Sun, 15 Dec 2013 06:49:53 +0000 (07:49 +0100)
commit35484945e2f782fe312fcae4f0269b80c4184367
tree8234fe15c638086183f221f8c0082c3357a56347
parent7d001bd2b29859744630f8743ce76ba873d66d88
exportfs: get rid of limits, cleanup

get rid of the service buffer limit. keep service buffers
on a global freelist protected by lock.

dont fatal when we hit the process limit. instead, just
abort the rpc with an error.

handle rendezvous() interrupts.
sys/src/cmd/exportfs/exportfs.c
sys/src/cmd/exportfs/exportfs.h
sys/src/cmd/exportfs/exportsrv.c
sys/src/cmd/exportfs/pattern.c