summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
authorSachidananda <sac@gluster.com>2010-07-30 23:28:05 +0000
committerAnand V. Avati <avati@dev.gluster.com>2010-08-02 07:50:02 -0700
commit51947922e1803dc4fceb80190faf5e37dcb2b290 (patch)
tree07ad3da1828cf41fba5eaab4da55497b8fb052d6 /xlators
parent790a7cfcf57e89c45716c2657665ae187b7b3fb6 (diff)
Remove dead variables.
Signed-off-by: Sachidananda Urs <sac@gluster.com> Signed-off-by: Anand V. Avati <avati@dev.gluster.com> BUG: 1106 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1106
Diffstat (limited to 'xlators')
-rw-r--r--xlators/performance/stat-prefetch/src/stat-prefetch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/xlators/performance/stat-prefetch/src/stat-prefetch.c b/xlators/performance/stat-prefetch/src/stat-prefetch.c
index b0e81abe5f6..66d7dffd265 100644
--- a/xlators/performance/stat-prefetch/src/stat-prefetch.c
+++ b/xlators/performance/stat-prefetch/src/stat-prefetch.c
@@ -739,7 +739,6 @@ sp_lookup_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
int32_t op_ret, int32_t op_errno, inode_t *inode,
struct iatt *buf, dict_t *dict, struct iatt *postparent)
{
- int ret = 0;
struct list_head waiting_ops = {0, };
call_stub_t *stub = NULL, *tmp = NULL;
sp_local_t *local = NULL;
@@ -774,7 +773,7 @@ sp_lookup_cbk (call_frame_t *frame, void *cookie, xlator_t *this,
lookup_in_progress = 0;
looked_up = 1;
- ret = sp_update_inode_ctx (this, local->loc.inode, &op_ret, &op_errno,
+ sp_update_inode_ctx (this, local->loc.inode, &op_ret, &op_errno,
&lookup_in_progress, &looked_up, buf,
&waiting_ops, &op_errno);
'2019-06-07 08:49:09 +0000'>2019-06-071-0/+5 * tests/volume-scale-shd-mux: mark as bad testAmar Tumballi2019-06-071-0/+3 * tests/shd: Add test coverage for shd muxMohammed Rafi KC2019-06-064-0/+372 * tests/geo-rep: Add geo-rep cli testcasesKotresh HR2019-06-062-0/+19 * lcov: run more fops on translatorsAmar Tumballi2019-06-046-2/+159 * features/shard: Fix block-count accounting upon truncate to lower sizeKrutika Dhananjay2019-06-041-0/+32 * tests/geo-rep: Add geo-rep glusterd test casesKotresh HR2019-06-043-0/+223 * tests/geo-rep: Remove a rename test case on EC volumeKotresh HR2019-06-042-5/+5 * posix: add storage.reserve-size optionSheetal Pamecha2019-06-031-0/+58 * tests/geo-rep: Add tests to cover glusterd geo-repKotresh HR2019-05-311-0/+3 * glusterfsd/cleanup: Protect graph object under a lockMohammed Rafi KC2019-05-311-1/+3 * tests/geo-rep: Add EC volume test caseShwetha K Acharya2019-05-312-0/+447 * lcov: more coverage to shard, old-protocol, sdfsAmar Tumballi2019-05-316-6/+58 * tests: add tests for different signal handlingAmar Tumballi2019-05-304-11/+74 * glusterd: bulkvoldict thread is not handling all volumesMohit Agrawal2019-05-271-6/+10 * tests: Add changelog api testsKotresh HR2019-05-272-0/+135 * glusterd/tier: remove tier related code from glusterdHari Gowtham2019-05-274-179/+0 * tests: Add history api testsKotresh HR2019-05-275-0/+171 * gfapi:add missng api to increase code coverageSheetal Pamecha2019-05-261-18/+340 * api/glfsxmp.c: minor fixesSheetal Pamecha2019-05-261-0/+30 * cluster/ec: honor contention notifications for partially acquired locksXavi Hernandez2019-05-251-0/+54 * tests: Fix spurious failures in ta-write-on-bad-brick.tPranith Kumar K2019-05-245-17/+36 * tests: Test openfd heal doesn't truncate filesPranith Kumar K2019-05-242-0/+218 * tests/quick-read-with-upcall.t: increase the timeoutAmar Tumballi2019-05-211-1/+5 * tests: change usleep() to sleep()Sanju Rakonde2019-05-162-3/+3 * features/shard: Fix crash during background shard deletion in a specific caseKrutika Dhananjay2019-05-163-1/+155