]> git.sur5r.net Git - bacula/rescue/commit
kes Rework a lot of subroutines in dev.c to take dcr as an
authorKern Sibbald <kern@sibbald.com>
Thu, 14 Sep 2006 14:59:27 +0000 (14:59 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 14 Sep 2006 14:59:27 +0000 (14:59 +0000)
commitcbe86a802ce2f6faaed3118125d60f55973f0f16
tree8d370c7d71c216685a541d91342639398be885dd
parent9f05a80ec04eade17ef41b0b2968c709de05d9ee
kes  Rework a lot of subroutines in dev.c to take dcr as an
     argument. This is done to eliminate the usage of attached_dcrs
     in lseek().
kes  Change truncated_dvd to blank_dvd, which seems more suitable.
kes  Apply most of Richard Mortimer's truncate patch.
kes  Create lseek() method for DEVICE that takes dcr as an
     argument. This is to eliminate the use of attached_dcrs in
     lseek().  The calls to lseek_dev() must still be changed.