libspl: declare aok extern in header

Rather than defining a new instance of 'aok' in every compilation
unit which includes this header, there is a single instance
defined in zone.c, and the header now only declares an extern.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Paul Zuchowski <pzuchowski@datto.com>
Signed-off-by: Nick Black <dankamongmen@gmail.com>
Closes #9752
This commit is contained in:
Nick Black
2019-12-26 13:52:14 -05:00
committed by Tony Hutter
parent bb04f9c195
commit 0d55a0957f
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
#include <stdarg.h>
#ifndef _KERNEL
int aok;
extern int aok;
#endif
static inline int