K 10
svn:author
V 6
bostic
K 8
svn:date
V 27
1994-04-20T14:49:22.000000Z
K 24
svn:entry:committed-date
V 27
1994-04-20T14:49:22.000000Z
K 7
svn:log
V 517
In lfs_markv, we need to check if there are blocks in the current
file_info structure before we try to write the meta-data.  If we
do not do this, then the act of writing the meta-data can cause
a segment write.  This will cause the number of active FINFO structures
to go to zero.  When the meta-data write returns, lfs_markv was checking
if there were no data blocks for the current file.  If there were none,
lfs_markv was decrementing the count of FINFOs and making it go 
negative.  From: margo@das.harvard.edu


END
