]> git.sur5r.net Git - bacula/bacula/commitdiff
Update comments
authorKern Sibbald <kern@sibbald.com>
Thu, 10 Jan 2008 09:50:19 +0000 (09:50 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 10 Jan 2008 09:50:19 +0000 (09:50 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6266 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/stored/block.c

index b9cbbfa36acaf72ae8c5c831ac24953ed4d438b8..6129c8297c659ed23988d3799cac327cac1889e0 100644 (file)
@@ -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;