Subject: Re: SCSI MMC device abstraction and UDF patch for review
To: None <reinoud@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 12/24/2005 20:35:22
> ftp://ftp.NetBSD.org/pub/NetBSD/misc/reinoud/src-diffs-udf.20051222.gz

- it seems to do double-caching.  ie. at both of udf and block device.
  is it intended?

- "bp->b_lblkno = bp->b_blkno;" in udf_strategy is only for printf?

- is udf sector size ("lb_size" in udf_strategy)
  always smaller than or equal to page size?

- what's the license of udf_osta.[ch] ?

YAMAMOTO Takashi