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
This commit is contained in:
parent
78c98cac26
commit
b5fe35e215
@ -293,36 +293,6 @@ typedef struct _afr_local {
|
||||
|
||||
/* inode write */
|
||||
|
||||
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;
|
||||
@ -356,13 +326,6 @@ typedef struct _afr_local {
|
||||
struct stat postbuf;
|
||||
} ftruncate;
|
||||
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user