diff options
-rw-r--r-- | xlators/cluster/afr/src/afr.h | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/xlators/cluster/afr/src/afr.h b/xlators/cluster/afr/src/afr.h index 0177cd3c7..3f9cc96e0 100644 --- a/xlators/cluster/afr/src/afr.h +++ b/xlators/cluster/afr/src/afr.h @@ -295,36 +295,6 @@ typedef struct _afr_local { struct { ino_t ino; - mode_t mode; - struct stat buf; - struct stat read_child_buf; - } chmod; - - struct { - ino_t ino; - mode_t mode; - struct stat buf; - struct stat read_child_buf; - } fchmod; - - struct { - ino_t ino; - uid_t uid; - gid_t gid; - struct stat buf; - struct stat read_child_buf; - } chown; - - struct { - ino_t ino; - uid_t uid; - gid_t gid; - struct stat buf; - struct stat read_child_buf; - } fchown; - - struct { - ino_t ino; struct stat prebuf; struct stat postbuf; @@ -358,13 +328,6 @@ typedef struct _afr_local { struct { ino_t ino; - struct timespec tv[2]; - struct stat buf; - struct stat read_child_buf; - } utimens; - - struct { - ino_t ino; struct stat in_buf; int32_t valid; struct stat preop_buf; |