]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
In udf_bmap(), return the physical block number, not the logical
authorscottl <scottl@FreeBSD.org>
Thu, 2 May 2002 05:01:14 +0000 (05:01 +0000)
committerscottl <scottl@FreeBSD.org>
Thu, 2 May 2002 05:01:14 +0000 (05:01 +0000)
commite8357dc3990d5fc6099c54f6cd74954f86d97866
tree3865674fd5401821830bc7165a8beab7bbfe5699
parent6f813d5f2fa215b0d985b705888e60776eac3767
In udf_bmap(), return the physical block number, not the logical
block number.  This fixes things like cp (ouch!) which use mmap.
sys/fs/udf/udf_vnops.c