diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
-rw-r--r-- | xlators/storage/posix/src/posix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index b162139c9..8bad6fd30 100644 --- a/xlators/storage/posix/src/posix.h +++ b/xlators/storage/posix/src/posix.h @@ -50,8 +50,6 @@ #include "inode.h" #include "compat.h" -#include "xattr-cache.h" - /** * posix_fd - internal structure common to file and directory fd's */ @@ -68,8 +66,6 @@ struct posix_private { int32_t base_path_length; dev_t base_stdev; - xattr_cache_t *xattr_cache; - /* Statistics, provides activity of the server */ struct xlator_stats stats; |