mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 11:18:52 +03:00
Remaining {=> const} char|void *tag
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> Closes #13348
This commit is contained in:
+1
-1
@@ -622,7 +622,7 @@ zcp_dataset_hold_error(lua_State *state, dsl_pool_t *dp, const char *dsname,
|
||||
*/
|
||||
dsl_dataset_t *
|
||||
zcp_dataset_hold(lua_State *state, dsl_pool_t *dp, const char *dsname,
|
||||
void *tag)
|
||||
const void *tag)
|
||||
{
|
||||
dsl_dataset_t *ds;
|
||||
int error = dsl_dataset_hold(dp, dsname, tag, &ds);
|
||||
|
||||
Reference in New Issue
Block a user