Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: source-changes
Date: 12/11/2002 20:25:05
Module Name:	syssrc
Committed By:	atatat
Date:		Wed Dec 11 18:25:05 UTC 2002

Modified Files:
	syssrc/sys/kern: vfs_vnops.c
	syssrc/sys/sys: filio.h

Log Message:
Provide a ioctl called FIOGETBMAP (there are some who call
it...FIBMAP) that translates a logical block number to a physical
block number from the underlying device.  Via VOP_BMAP().


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 syssrc/sys/kern/vfs_vnops.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/sys/filio.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.