Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Oct 2005 04:45:33 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/fs/udf udf_vfsops.c
Message-ID:  <200510090445.j994jXCS035101@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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