Module Name: src Committed By: hannken Date: Thu Jan 13 10:28:38 UTC 2011
Modified Files: src/sys/miscfs/genfs: layer_vnops.c Log Message: Layer_revoke(): change previous to always take an extra reference on the lower vnode before passing down the VOP_REVOKE(). This way VOP_REVOKE() on a layered file system always inactivates and closes the lower vnode. Should finally fix PR kern/43456. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/miscfs/genfs/layer_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.