From: Kern Sibbald Date: Thu, 10 Jan 2008 09:50:19 +0000 (+0000) Subject: Update comments X-Git-Tag: Release-7.0.0~5144 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=761d9e591b3c82b52ca564d78f229d23e1a67433;p=bacula%2Fbacula Update comments git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6266 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/stored/block.c b/bacula/src/stored/block.c index b9cbbfa36a..6129c8297c 100644 --- a/bacula/src/stored/block.c +++ b/bacula/src/stored/block.c @@ -705,6 +705,11 @@ static void reread_last_block(DCR *dcr) #endif } +/* + * If this routine is called, we do our bookkeeping and + * then assure that the volume will not be written any + * more. + */ static bool terminate_writing_volume(DCR *dcr) { DEVICE *dev = dcr->dev;