cvs commit: src/sys/fs/udf udf_vfsops.c

Craig Rodrigues rodrigc at FreeBSD.org
Sat Oct 8 21:45:33 PDT 2005


rodrigc     2005-10-09 04:45:33 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/udf           udf_vfsops.c 
  Log:
  - Do not hardcode the bsize to a sectorsize of 2048, even though
    the UDF specification specifies a logical sectorsize of 2048.
    Instead, get it from GEOM.
  - When reading the UDF Anchor Volume Descriptor, use the logical
    sectorsize of 2048 when calculating the offset to read from, but
    use the actual sectorsize to determine how much to read.
  
  - works with reading a DVD disk and a DVD disk image file via mdconfig
  - correctly returns EINVAL if we try to mount_udf an audio CD, instead
    of panicking inside GEOM when INVARIANTS is set
  
  Revision  Changes    Path
  1.37      +21 -5     src/sys/fs/udf/udf_vfsops.c


More information about the cvs-src mailing list