Displaying 1 result from an estimated 1 matches for "ss_end".
Did you mean:
  is_end
  
2007 Nov 14
0
space_map.c ''ss == NULL'' panic strikes back.
...ange. If so, we could try corrupting
   most recent uberblock, so ZFS will pick up previous uberblock.
2. Instead of pancing in space_map_add(), we could try to
   space_map_remove() the offensive entry, eg:
-	VERIFY(ss == NULL);
+	if (ss != NULL) {
+		space_map_remove(sm, ss->ss_start, ss->ss_end);
+		goto again;
+	}
Both of those ideas can make things worse, so I want to know what damage
can be done using those method, or even better, what else (safer) we can
try?
-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.Fre...