Re: [ovs-dev] [PATCH] lockfile: Minor code cleanup.

2014-03-25 Thread Ben Pfaff
On Tue, Mar 25, 2014 at 01:27:16PM -0700, Gurucharan Shetty wrote: > On Tue, Mar 25, 2014 at 1:08 PM, Ben Pfaff wrote: > > There were more superficial differences between Windows and non-Windows > > versions of the code due to naming. This commit reduces those differences. > > > > CC: Gurucharan

Re: [ovs-dev] [PATCH] lockfile: Minor code cleanup.

2014-03-25 Thread Gurucharan Shetty
On Tue, Mar 25, 2014 at 1:08 PM, Ben Pfaff wrote: > There were more superficial differences between Windows and non-Windows > versions of the code due to naming. This commit reduces those differences. > > CC: Gurucharan Shetty > Signed-off-by: Ben Pfaff Looks good to me and cleaner. Thanks.