diff options
author | Vikas Gorur <vikas@gluster.com> | 2009-10-26 11:57:28 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2009-10-27 03:32:36 -0700 |
commit | b5fe35e215626b98b19876bc0f53b9184aef664b (patch) | |
tree | 2b800c354a2db33e77f2edfb39de25010439ebf0 /xlators/cluster/afr/src | |
parent | 78c98cac267ef9aebcaa3c35d70ea93c17462e62 (diff) |
cluster/afr: Remove struct's for [f]chown, [f]chmod, utimens from afr_local_t.
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 146 (Add setattr FOP)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=146
Diffstat (limited to 'xlators/cluster/afr/src')
-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; |