aboutsummaryrefslogtreecommitdiff
path: root/include/sys/dmu.h
diff options
context:
space:
mode:
authorKyle Evans <kevans91@users.noreply.github.com>2020-07-24 00:41:48 +0000
committerGitHub <noreply@github.com>2020-07-24 00:41:48 +0000
commitbfafe1780a61a1be0a84273c7155708de003033e (patch)
tree50722a238c8ee529e44fbba9b590a0697f235d4a /include/sys/dmu.h
parentf7a68f99d07ffb231046d2bae5360b66957ca9a7 (diff)
downloadsrc-bfafe1780a61a1be0a84273c7155708de003033e.tar.gz
src-bfafe1780a61a1be0a84273c7155708de003033e.zip
Diffstat (limited to 'include/sys/dmu.h')
-rw-r--r--include/sys/dmu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sys/dmu.h b/include/sys/dmu.h
index 5174bdc4528f..d6efe2595be0 100644
--- a/include/sys/dmu.h
+++ b/include/sys/dmu.h
@@ -669,7 +669,8 @@ typedef struct dmu_buf_user {
/*ARGSUSED*/
static inline void
dmu_buf_init_user(dmu_buf_user_t *dbu, dmu_buf_evict_func_t *evict_func_sync,
- dmu_buf_evict_func_t *evict_func_async, dmu_buf_t **clear_on_evict_dbufp)
+ dmu_buf_evict_func_t *evict_func_async,
+ dmu_buf_t **clear_on_evict_dbufp __maybe_unused)
{
ASSERT(dbu->dbu_evict_func_sync == NULL);
ASSERT(dbu->dbu_evict_func_async == NULL);