mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 18:40:43 +03:00
Revert zfeature_active() to static
Signed-off-by: George Amanakis <gamanakis@gmail.com>
This commit is contained in:
committed by
Brian Behlendorf
parent
aa256549d1
commit
7043742828
@@ -1026,7 +1026,7 @@ dsl_dataset_has_owner(dsl_dataset_t *ds)
|
||||
return (rv);
|
||||
}
|
||||
|
||||
boolean_t
|
||||
static boolean_t
|
||||
zfeature_active(spa_feature_t f, void *arg)
|
||||
{
|
||||
switch (spa_feature_table[f].fi_type) {
|
||||
|
||||
Reference in New Issue
Block a user