Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: hannken
Date: Tue Jun 23 10:42:35 UTC 2015
Modified Files:
src/sys/kern: vfs_subr.c
src/sys/miscfs/deadfs: dead_vfsops.c
src/sys/miscfs/specfs: spec_vnops.c specdev.h
Log Message:
Add a vfs_newvnode() method to deadfs and use it to create
anonymous device vnodes with bdevvp() and cdevvp().
Implement spec_inactive() and spec_reclaim() to handle these nodes.
To generate a diff of this commit:
cvs rdiff -u -r1.446 -r1.447 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.3 -r1.4 src/sys/miscfs/deadfs/dead_vfsops.c
cvs rdiff -u -r1.147 -r1.148 src/sys/miscfs/specfs/spec_vnops.c
cvs rdiff -u -r1.43 -r1.44 src/sys/miscfs/specfs/specdev.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