include: dmu.h: fix unused, remove argsused
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #12844
This commit is contained in:
parent
855e49e881
commit
c2f94afa0e
|
@ -664,7 +664,6 @@ typedef struct dmu_buf_user {
|
||||||
* NOTE: This function should only be called once on a given dmu_buf_user_t.
|
* 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.
|
* To allow enforcement of this, dbu must already be zeroed on entry.
|
||||||
*/
|
*/
|
||||||
/*ARGSUSED*/
|
|
||||||
static inline void
|
static inline void
|
||||||
dmu_buf_init_user(dmu_buf_user_t *dbu, dmu_buf_evict_func_t *evict_func_sync,
|
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_evict_func_t *evict_func_async,
|
||||||
|
|
Loading…
Reference in New Issue