Module Name: src Committed By: hannken Date: Tue Feb 24 16:08:01 UTC 2015
Modified Files: src/sys/fs/union: union_subr.c Log Message: A union node may be reactivated while it is being reclaimed so change union_freevp() to detach the vnode from the union node by clearing the vnode backpointer and the lower node sizes. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/fs/union/union_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.