Re: [OE-core] [PATCH 2/2] pseudo: Add fastop reply fix

2017-09-22 Thread Otavio Salvador
Richard, On Fri, Sep 22, 2017 at 2:12 PM, Alexander Kanavin wrote: > On 09/22/2017 07:52 PM, Seebs wrote: >>> >>> This changes the pseudo FASTOP functionality so that a reply to the >>> operation is required. This means we then cannot lose data if a >>>

Re: [OE-core] [PATCH 2/2] pseudo: Add fastop reply fix

2017-09-22 Thread Alexander Kanavin
On 09/22/2017 07:52 PM, Seebs wrote: This changes the pseudo FASTOP functionality so that a reply to the operation is required. This means we then cannot lose data if a connection is closed. This in turn stops corruption if we run out of file handles and have to close connections. This tweaks

Re: [OE-core] [PATCH 2/2] pseudo: Add fastop reply fix

2017-09-22 Thread Seebs
On Fri, 22 Sep 2017 17:41:17 +0100 Richard Purdie wrote: > This changes the pseudo FASTOP functionality so that a reply to the > operation is required. This means we then cannot lose data if a > connection is closed. This in turn stops corruption if we run out