diff options
author | наб <[email protected]> | 2021-12-12 18:42:13 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2021-12-23 09:42:47 -0800 |
commit | c2f94afa0ef3381678e1cca81da196df8acdf370 (patch) | |
tree | 9fc448e8b45e1878e8650a73897ddc999696b90d /include | |
parent | 855e49e881b326a834140874408e2710d2b17c7c (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.h | 1 |
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, |