Re: [PATCH 2/2] Setup the node stat information in netfs_validate_stat.

2009-12-22 Thread Da Zheng
Sergiu Ivanov wrote: > Hello, > > On Tue, Dec 22, 2009 at 07:40:12PM +0800, Da Zheng wrote: >> Could you tell me why initializing node status here is perferred? > > The multiplexer creates nodes on any demand, whether the client > intends to further use the node to create a (virtual) device or no

Re: [PATCH 2/2] Setup the node stat information in netfs_validate_stat.

2009-12-22 Thread Sergiu Ivanov
Hello, On Tue, Dec 22, 2009 at 07:40:12PM +0800, Da Zheng wrote: > Could you tell me why initializing node status here is perferred? The multiplexer creates nodes on any demand, whether the client intends to further use the node to create a (virtual) device or not. This means that, for instance,

Re: [PATCH 2/2] Setup the node stat information in netfs_validate_stat.

2009-12-22 Thread Da Zheng
Hi, Sergiu Ivanov wrote: > diff --git a/eth-multiplexer/device_impl.c b/eth-multiplexer/device_impl.c > index 4b2d37d..abbd146 100644 > --- a/eth-multiplexer/device_impl.c > +++ b/eth-multiplexer/device_impl.c > @@ -98,8 +98,6 @@ ds_device_open (mach_port_t master_port, mach_port_t > reply_port,

[PATCH 2/2] Setup the node stat information in netfs_validate_stat.

2009-08-10 Thread Sergiu Ivanov
>From a5fed70ec0d00b4b4a5bc51bcc15b67b56521d55 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Mon, 10 Aug 2009 01:25:26 +0300 Subject: [PATCH] Setup the node stat information in netfs_validate_stat. * eth-multiplexer/device_impl.c (ds_device_open): Don't set the stat information. * eth-multip