From 9719a625221cc3e74e4c73c4ae223456987d0ac1 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Tue, 3 Aug 2010 18:56:30 -0700 Subject: remove "def" and "node.val" usage from high-level operations. --- src/cstore/unionfs/cstore-unionfs.cpp | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/cstore') diff --git a/src/cstore/unionfs/cstore-unionfs.cpp b/src/cstore/unionfs/cstore-unionfs.cpp index f2bcf46..3ac6052 100644 --- a/src/cstore/unionfs/cstore-unionfs.cpp +++ b/src/cstore/unionfs/cstore-unionfs.cpp @@ -488,14 +488,10 @@ UnionfsCstore::get_all_child_node_names_impl(vector& cnodes, * use a whilelist-approach, i.e., only add the following: * node.val * def + * + * FIXED: perl scripts have been changed to eliminate the use of "def" + * and "node.val", so they no longer need to be returned. */ - if (b_fs_exists(p / C_VAL_NAME) && b_fs_is_regular(p / C_VAL_NAME)) { - cnodes.push_back(C_VAL_NAME); - } - if (b_fs_exists(p / C_MARKER_DEF_VALUE) - && b_fs_is_regular(p / C_MARKER_DEF_VALUE)) { - cnodes.push_back(C_MARKER_DEF_VALUE); - } } bool -- cgit v1.2.3