diff options
author | Amar Tumballi <amar@gluster.com> | 2010-09-14 07:40:11 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-14 08:16:01 -0700 |
commit | 8e068b0615859829ac1bb2351b78307b2b496cdc (patch) | |
tree | 841bc095caf5ed8f81e3d371ce4366a6664e52e4 /xlators/protocol | |
parent | c55cc2d5362a607692beac96a34add2e79a9ad44 (diff) |
remove 'gen' from iatt/protocol structures
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 971 (dynamic volume management)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=971
Diffstat (limited to 'xlators/protocol')
-rw-r--r-- | xlators/protocol/server/src/server3_1-fops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server3_1-fops.c b/xlators/protocol/server/src/server3_1-fops.c index 6c63ef6fa..5be504757 100644 --- a/xlators/protocol/server/src/server3_1-fops.c +++ b/xlators/protocol/server/src/server3_1-fops.c @@ -5021,7 +5021,6 @@ server_statfs (rpcsvc_request_t *req) state->resolve.type = RESOLVE_MUST; memcpy (state->resolve.gfid, args.gfid, 16); - state->resolve.gen = args.gen; state->resolve.path = gf_strdup (args.path); resolve_and_resume (frame, server_statfs_resume); |