diff options
Diffstat (limited to 'src/common/unionfs.c')
-rw-r--r-- | src/common/unionfs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/unionfs.c b/src/common/unionfs.c index 35be6ec..3f845df 100644 --- a/src/common/unionfs.c +++ b/src/common/unionfs.c @@ -231,6 +231,7 @@ retrieve_data(char* rel_data_path, GNode *node, char* root, NODE_OPERATION op) } //either multi or tag--shouldn't have made a difference, but arkady was confused. vn->_config._multi = (def.tag | def.multi); + vn->_priority = def.def_priority; } } |