diff options
author | Vikas Gorur <vikas@zresearch.com> | 2009-02-23 19:36:26 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-23 21:01:56 +0530 |
commit | f264f69ae96ade536dc6f5b8c1ce2579839d6222 (patch) | |
tree | f2b14407f8d2307b9412942a09178e146a7bc9f6 /xlators/storage/posix/src/posix.h | |
parent | 8b1762971f8d18f73fa64a967c4cd2baa13d07fc (diff) |
Deleted xattr caching code from posix in anticipation of the xattr-cache translator.
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
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; |