K 10 svn:author V 8 mckusick K 8 svn:date V 27 2002-12-21T03:07:24.000000Z K 7 svn:log V 596 MFC of revision 1.57 of sys/ufs/ffs/ffs_snapshot.c. This update corrects a sign-post error introduced in revision 1.56. The effect was to put an additional (incorrect) block into the lookup list for each metablock in the snapshot. The extra incorrect block causes background fsck to panic the kernel with "freeing free block". For large filesystems, the large number of extra blocks can overrun the area malloc'ed to hold the lookup list resulting in corruption of the malloc arena. Reported by: Aurelien Nephtali Sponsored by: DARPA & NAI Labs. Approved by: re END