summaryrefslogtreecommitdiffstats
path: root/sys/fs
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-02-17 20:39:42 +0000
committerphk <phk@FreeBSD.org>2002-02-17 20:39:42 +0000
commit3b5e344ad2f73a32d8ee9a6abc3c64ce85df911a (patch)
treeb9a5e8efafe4cedb7235de27bcedef536a9c828b /sys/fs
parent6e86074098aa3e294508f9c263a8c467a3295873 (diff)
downloadFreeBSD-src-3b5e344ad2f73a32d8ee9a6abc3c64ce85df911a.zip
FreeBSD-src-3b5e344ad2f73a32d8ee9a6abc3c64ce85df911a.tar.gz
Don't even think about using v_id for magic tricks, v_id is giving
us enough trouble as it is for SMPng.
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/unionfs/union_vnops.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/fs/unionfs/union_vnops.c b/sys/fs/unionfs/union_vnops.c
index aca606b..1fbdc50 100644
--- a/sys/fs/unionfs/union_vnops.c
+++ b/sys/fs/unionfs/union_vnops.c
@@ -1659,11 +1659,6 @@ union_inactive(ap)
* so that until then our union_node is in the
* cache and reusable.
*
- * NEEDSWORK: Someday, consider inactive'ing
- * the lowervp and then trying to reactivate it
- * with capabilities (v_id)
- * like they do in the name lookup cache code.
- * That's too much work for now.
*/
if (un->un_dircache != 0) {
OpenPOWER on IntegriCloud