Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Dec 1997 13:40:05 -0800 (PST)
From:      Joerg Wunsch <joerg@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/isofs/cd9660 cd9660_vfsops.c
Message-ID:  <199712212140.NAA27461@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
joerg       1997/12/21 13:40:04 PST

  Modified files:
    sys/isofs/cd9660     cd9660_vfsops.c 
  Log:
  Properly clean out the SI_MOUNTEDON flag iff the mount attempt fails
  half the way down.  Otherwise, further attempts to mount the device
  will be rejected with BUSY.
  
  IMHO, this flag can completely go away for cd9660.  There's no reason
  you need to prevent CDs from being mounted multiple times, and in case
  of multisession CDs it can even make sense to mount two different
  sessions by the same time (to different mount points, otherwise it
  would be pointless ;).
  
  Revision  Changes    Path
  1.33      +2 -1      src/sys/isofs/cd9660/cd9660_vfsops.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712212140.NAA27461>