aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorнаб <[email protected]>2021-12-12 18:42:13 +0100
committerBrian Behlendorf <[email protected]>2021-12-23 09:42:47 -0800
commitc2f94afa0ef3381678e1cca81da196df8acdf370 (patch)
tree9fc448e8b45e1878e8650a73897ddc999696b90d /include
parent855e49e881b326a834140874408e2710d2b17c7c (diff)
include: dmu.h: fix unused, remove argsused
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #12844
Diffstat (limited to 'include')
-rw-r--r--include/sys/dmu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sys/dmu.h b/include/sys/dmu.h
index 942ab9b10..b9e6731bd 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,