diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-03-03 15:17:40 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-03-03 15:17:40 -0800 |
commit | 84d379b8b8d3537a82d12d7b734209bef6c4ee63 (patch) | |
tree | ed27af891ba7277b1fac44152c3d3b737b64f9f1 /src/common/unionfs.h | |
parent | 92a6e0844ffd1614eb30ae093d3e6e7e5540321f (diff) | |
download | vyatta-cfg-84d379b8b8d3537a82d12d7b734209bef6c4ee63.tar.gz vyatta-cfg-84d379b8b8d3537a82d12d7b734209bef6c4ee63.zip |
remove deactivate-handling code from commit
* activate/deactivate is pending redesign, so the old code no longer applies.
* conceptually activate/deactivate should be transparent to commit so removing the old code.
Diffstat (limited to 'src/common/unionfs.h')
-rw-r--r-- | src/common/unionfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/unionfs.h b/src/common/unionfs.h index 747262a..6437e2a 100644 --- a/src/common/unionfs.h +++ b/src/common/unionfs.h @@ -12,10 +12,8 @@ extern "C" { #endif #define UNSAVED_FILE ".unsaved" -#define DISABLE_FILE ".disable" #define DEF_FILE "def" #define WHITEOUT_FILE ".wh.__dir_opaque" -#define WHITEOUT_DISABLE_FILE ".wh..disable" #define DELETED_NODE ".wh." #define MAX_LENGTH_DIR_PATH 4096 |