Skip to content

Commit

Permalink
Remove old debug printfs that Linux doesn't like
Browse files Browse the repository at this point in the history
Signed-off-by: Allan Jude <allan@klarasystems.com>
  • Loading branch information
allanjude committed Mar 23, 2021
1 parent 5222c62 commit 6d33557
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions module/zfs/spa.c
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ spa_prop_validate(spa_t *spa, nvlist_t *props)
case ZPOOL_PROP_INVAL:
if (zpool_prop_vdev(propname)) {
/* XXX: Allan: todo */
printf("ALLAN: spa_prop_validate TODO: %s\n", propname);
break;
}
if (!zpool_prop_feature(propname)) {
Expand Down Expand Up @@ -787,7 +786,6 @@ spa_prop_set(spa_t *spa, nvlist_t *nvp)
VERIFY(nvpair_value_uint64(elem, &ver) == 0);
} else if (zpool_prop_vdev(nvpair_name(elem))) {
/* XXX: Allan: todo */
printf("ALLAN: spa_prop_set TODO: %s\n", nvpair_name(elem));
} else {
ASSERT(zpool_prop_feature(nvpair_name(elem)));
ver = SPA_VERSION_FEATURES;
Expand Down Expand Up @@ -8641,7 +8639,6 @@ spa_sync_props(void *arg, dmu_tx_t *tx)
case ZPOOL_PROP_INVAL:
if (zpool_prop_vdev(nvpair_name(elem))) {
/* XXX: Allan: todo */
printf("ALLAN: spa_sync_props TODO: %s\n", nvpair_name(elem));
break;
}
/*
Expand Down

0 comments on commit 6d33557

Please sign in to comment.