|
@ -16,7 +16,7 @@ |
|
|
|
|
|
|
|
|
#pragma once
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
#include "func_getattr_ff.hpp"
|
|
|
|
|
|
|
|
|
#include "func_getattr_combine.hpp"
|
|
|
|
|
|
|
|
|
#include "branches.hpp"
|
|
|
#include "branches.hpp"
|
|
|
#include "category.hpp"
|
|
|
#include "category.hpp"
|
|
@ -160,7 +160,7 @@ public: |
|
|
ConfigBOOL writeback_cache; |
|
|
ConfigBOOL writeback_cache; |
|
|
XAttr xattr; |
|
|
XAttr xattr; |
|
|
|
|
|
|
|
|
Func2::GetattrFF getattr; |
|
|
|
|
|
|
|
|
Func2::GetattrCombine getattr; |
|
|
|
|
|
|
|
|
private: |
|
|
private: |
|
|
bool _initialized; |
|
|
bool _initialized; |
|
|