Re: [ovs-dev] [PATCH] lockfile: Fix OVS_REQUIRES macro.

2020-03-24 Thread William Tu
On Mon, Mar 23, 2020 at 04:48:42PM -0700, Ben Pfaff wrote: > On Mon, Mar 23, 2020 at 04:34:37PM -0700, William Tu wrote: > > Pass lock objects, not their addresses, to the annotation macros. > > > > Fixes: f21fa45f3085 ("lockfile: Minor code cleanup.") > > Tested-at: > > https://travis-ci.org/git

Re: [ovs-dev] [PATCH] lockfile: Fix OVS_REQUIRES macro.

2020-03-23 Thread Ben Pfaff
On Mon, Mar 23, 2020 at 04:34:37PM -0700, William Tu wrote: > Pass lock objects, not their addresses, to the annotation macros. > > Fixes: f21fa45f3085 ("lockfile: Minor code cleanup.") > Tested-at: https://travis-ci.org/github/williamtu/ovs-travis/builds/666098338 > Signed-off-by: William Tu As

[ovs-dev] [PATCH] lockfile: Fix OVS_REQUIRES macro.

2020-03-23 Thread William Tu
Pass lock objects, not their addresses, to the annotation macros. Fixes: f21fa45f3085 ("lockfile: Minor code cleanup.") Tested-at: https://travis-ci.org/github/williamtu/ovs-travis/builds/666098338 Signed-off-by: William Tu --- lib/lockfile.c | 16 1 file changed, 8 insertions(+