]> git.sur5r.net Git - bacula/docs/commit
- Fix mode change open in btape.c
authorKern Sibbald <kern@sibbald.com>
Sat, 24 Sep 2005 13:11:31 +0000 (13:11 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 24 Sep 2005 13:11:31 +0000 (13:11 +0000)
commit0c73b62259e95b29e4826b078b075fc9a3467521
treed00009e4290cb617f24ac1107c97e22595dcb2ad
parent02d54e73d4c36919e80c59ec81948134eca3577f
- Fix mode change open in btape.c
- Use nonblocking opens on Linux only.
- Move set_blocking code for tapes into method to
  simplify main line code.
- Cleanup the code for ensuring we advance tape on fsf.
  This should fix IBM problems -- patch from Adam Thorton
  was very helpful.
- Remove test for BMT_EOD in fixup_device... this eliminates
  need for status_dev() routine.
- Before doing label ensure device is in read-write mode.