Date: Sat, 19 May 2018 05:04:38 +0000 (UTC) From: Matt Macy <mmacy@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r333855 - head/sys/kern Message-ID: <201805190504.w4J54ccT053191@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mmacy Date: Sat May 19 05:04:38 2018 New Revision: 333855 URL: https://svnweb.freebsd.org/changeset/base/333855 Log: lockf: annotate LOCKF_DEBUG only var Modified: head/sys/kern/kern_lockf.c Modified: head/sys/kern/kern_lockf.c ============================================================================== --- head/sys/kern/kern_lockf.c Sat May 19 05:02:40 2018 (r333854) +++ head/sys/kern/kern_lockf.c Sat May 19 05:04:38 2018 (r333855) @@ -2235,8 +2235,9 @@ graph_add_edge(struct owner_graph *g, struct owner_ver { struct owner_edge *e; struct owner_vertex_list deltaF, deltaB; - int nF, nB, n, vi, i; + int nF, n, vi, i; int *indices; + int nB __unused; sx_assert(&lf_owner_graph_lock, SX_XLOCKED);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805190504.w4J54ccT053191>