From c2f94afa0ef3381678e1cca81da196df8acdf370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=BD=D0=B0=D0=B1?= Date: Sun, 12 Dec 2021 18:42:13 +0100 Subject: [PATCH] include: dmu.h: fix unused, remove argsused MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Brian Behlendorf Signed-off-by: Ahelenia ZiemiaƄska Closes #12844 --- include/sys/dmu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/sys/dmu.h b/include/sys/dmu.h index 942ab9b108..b9e6731bd4 100644 --- a/include/sys/dmu.h +++ b/include/sys/dmu.h @@ -664,7 +664,6 @@ typedef struct dmu_buf_user { * NOTE: This function should only be called once on a given dmu_buf_user_t. * To allow enforcement of this, dbu must already be zeroed on entry. */ -/*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,