Re: [PATCH v7 17/33] refs: make lock generic

2016-03-24 Thread Michael Haggerty
On 03/01/2016 01:52 AM, David Turner wrote: > Instead of using a files-backend-specific struct ref_lock, the generic > ref_transaction struct should provide a void pointer that backends can use > for their own lock data. Aside from the comments I've already mentioned, I've checked the patches up t

[PATCH v7 17/33] refs: make lock generic

2016-02-29 Thread David Turner
Instead of using a files-backend-specific struct ref_lock, the generic ref_transaction struct should provide a void pointer that backends can use for their own lock data. Signed-off-by: David Turner Signed-off-by: Junio C Hamano --- refs/files-backend.c | 29 - refs/