]> git.sur5r.net Git - bacula/docs/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)
commit35cb898923a41e087f7fa159226130c48cc6955d
tree4879c240a3d3238049a2e190e5aa81262c6b40d6
parent384730cff9fa3decf015f2afeac8fd2cb4ec1010
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.