Re: [PATCH v2 0/2] read-cache: call verify_hdr() in a background thread

2017-03-28 Thread Jeff Hostetler
On 3/27/2017 6:45 PM, Jeff King wrote: On Mon, Mar 27, 2017 at 09:09:37PM +, g...@jeffhostetler.com wrote: From: Jeff Hostetler Version 2 of this patch series simplifies this to just turn off the hash verification. Independent comments from Linus and Peff suggested that we could just t

Re: [PATCH v2 0/2] read-cache: call verify_hdr() in a background thread

2017-03-27 Thread Jeff King
On Mon, Mar 27, 2017 at 09:09:37PM +, g...@jeffhostetler.com wrote: > From: Jeff Hostetler > > Version 2 of this patch series simplifies this to just > turn off the hash verification. Independent comments > from Linus and Peff suggested that we could just turn > this off and not worry about

[PATCH v2 0/2] read-cache: call verify_hdr() in a background thread

2017-03-27 Thread git
From: Jeff Hostetler Version 2 of this patch series simplifies this to just turn off the hash verification. Independent comments from Linus and Peff suggested that we could just turn this off and not worry about it. So I've updated this patch to do that. I added a global variable to allow the