Re: [PATCH 1/3] trans: make the mtab translator a multithreaded server

2013-12-15 Thread Samuel Thibault
Justus Winter, le Wed 20 Nov 2013 11:10:06 +0100, a écrit : > * trans/mtab.c (main): Use ports_manage_port_operations_multithread. Aren't mutexes needed to protect the struct mtab content? E.g. trivfs_S_io_seek probably needs to take a mutex, to protect concurrent seeks, as is done in hello-mt.c

Re: [PATCH 1/3] trans: make the mtab translator a multithreaded server

2013-12-11 Thread Samuel Thibault
Justus Winter, le Wed 11 Dec 2013 10:28:52 +0100, a écrit : > ping ;) EBUSY :)

Re: [PATCH 1/3] trans: make the mtab translator a multithreaded server

2013-12-11 Thread Justus Winter
ping ;) Justus

[PATCH 1/3] trans: make the mtab translator a multithreaded server

2013-11-20 Thread Justus Winter
* trans/mtab.c (main): Use ports_manage_port_operations_multithread. --- trans/mtab.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/trans/mtab.c b/trans/mtab.c index 250de7d..4d10632 100644 --- a/trans/mtab.c +++ b/trans/mtab.c @@ -233,9 +233,13 @@ main (int argc