Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc/sys



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.




Home | Main Index | Thread Index | Old Index