]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove some superfluous comments.
authorGreg Lehey <grog@FreeBSD.org>
Tue, 28 Sep 1999 22:43:07 +0000 (22:43 +0000)
committerGreg Lehey <grog@FreeBSD.org>
Tue, 28 Sep 1999 22:43:07 +0000 (22:43 +0000)
commitbb5f4d7898b1f88aa0927b3f8c903cff65d334fb
treea9b9c61c94a3696f019af01e2184e12bf1bd2a41
parent18ba0ff2902a4af43465c71b3b3d53618ab1bf04
Remove some superfluous comments.

get_empty_volume: initialize plexes to -1 (not allocated)

remove_drive_entry:
  Remove recurse parameter (there's nothing below a drive in the hierarchy).
  Use remove_sd_entry to remove sds, don't do it ourselves.
  Log errors, don't throw rude remarks.

remove_plex_entry:
  Don't use plex->subdisks as a loop limit, it gets changed in the
     loop.  This caused some removals to only remove half the subdisks.
  Change logging of some "impossible" situations.

remove_volume_entry:
  Use remove_plex_entry to remove plexes, don't do it ourselves.

update_sd_config:
  Use set_sd_state to do the work.
sys/dev/vinum/vinumconfig.c