Source-Changes archive

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

CVS commit: src/sys/fs/ptyfs



Module Name:    src
Committed By:   hannken
Date:           Fri Aug 15 13:40:39 UTC 2014

Modified Files:
        src/sys/fs/ptyfs: ptyfs.h ptyfs_subr.c ptyfs_vfsops.c ptyfs_vnops.c

Log Message:
Change ptyfs to vcache.
- Use (type, minor) as key.
- Change ptyfs_allocvp to return a referenced vnode and lock where needed.
- Remove unneeded vnode backpointer ptyfs_vnode.
- Keep a single hashlist for pty nodes to make their attributes persistent.

OK: Christos Zoulas


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/fs/ptyfs/ptyfs.h
cvs rdiff -u -r1.30 -r1.31 src/sys/fs/ptyfs/ptyfs_subr.c
cvs rdiff -u -r1.52 -r1.53 src/sys/fs/ptyfs/ptyfs_vfsops.c
cvs rdiff -u -r1.48 -r1.49 src/sys/fs/ptyfs/ptyfs_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