Re: [PATCH v4 09/32] lockfile.c: document the various states of lock_file objects

2014-09-11 Thread Ronnie Sahlberg
Reviewed-by: Ronnie Sahlberg On Sat, Sep 6, 2014 at 12:50 AM, Michael Haggerty wrote: > Document the valid states of lock_file objects, how they get into each > state, and how the state is encoded in the object's fields. > > Signed-off-by: Michael Haggerty > --- > lockfile.c | 52 +

[PATCH v4 09/32] lockfile.c: document the various states of lock_file objects

2014-09-06 Thread Michael Haggerty
Document the valid states of lock_file objects, how they get into each state, and how the state is encoded in the object's fields. Signed-off-by: Michael Haggerty --- lockfile.c | 52 1 file changed, 52 insertions(+) diff --git a/lockfile.c b