Source-Changes archive

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

CVS commit: syssrc/sys/miscfs/genfs



Module Name:    syssrc
Committed By:   chs
Date:           Fri Aug 17 05:51:29 UTC 2001

Modified Files:
        syssrc/sys/miscfs/genfs: genfs_vnops.c

Log Message:
make genfs get/put work for block devices as well:
 - the "fs bshift" for block devices is always DEV_BSHIFT.
 - retrieve the device vnode from VOP_BMAP() and use that to set b_dev
   in page i/o buffers.


To generate a diff of this commit:
cvs rdiff -r1.35 -r1.36 syssrc/sys/miscfs/genfs/genfs_vnops.c

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