]> git.sur5r.net Git - bacula/rescue/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)
commit7bd0d80e52b6cd6c1a31ab914b6325d7875783df
tree8733f5a12766755944701ccbca14d564a8b01bc5
parent3cfa6d31dfbd132d4f8a1913f1a3b2ed9cc854ed
- 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.