cred: annotate credbatch_process argument as unused
Fixes libprocstat compilation as zfs defines _KERNEL.
This commit is contained in:
parent
5596f836e7
commit
6b45dbe56c
@ -129,7 +129,7 @@ credbatch_prep(struct credbatch *crb)
|
||||
}
|
||||
void credbatch_add(struct credbatch *crb, struct thread *td);
|
||||
static inline void
|
||||
credbatch_process(struct credbatch *crb)
|
||||
credbatch_process(struct credbatch *crb __unused)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user