Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   hannken
Date:           Mon Oct 24 14:25:06 UTC 2005

Modified Files:
        src/sys/dev: fss.c fssvar.h

Log Message:
Run all i/o from or to backing store through fss_bs_io().
Replace VOP_BMAP()/VOP_BALLOC() by vn_rdwr()/VOP_PUTPAGES().

Inspired by discussion on tech-kern@


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/fss.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/fssvar.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