diff options
| author | Amar Tumballi <amarts@redhat.com> | 2012-08-17 14:21:07 +0530 | 
|---|---|---|
| committer | Anand Avati <avati@redhat.com> | 2012-08-20 00:16:01 -0700 | 
| commit | 2f2e3bfb5ef89b5ba266a3df7496f95b11fb93e1 (patch) | |
| tree | cf4b12316f6fd241858614690dcdc35b284ea7f9 /xlators/cluster/dht | |
| parent | 99f0daf2f46d56b78adfe1a3df1195e1388feaab (diff) | |
syncop: handle 'dataonly' flag in syncop_fsync()
* and also in syncop_readv(), don't look at _cbk args if op_ret
  is < 0.
Change-Id: I3ab2982bc6d186e75b6adb74c8981e4ff7058bbe
Signed-off-by: Amar Tumballi <amarts@redhat.com>
BUG: 839950
Reviewed-on: http://review.gluster.org/3828
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'xlators/cluster/dht')
| -rw-r--r-- | xlators/cluster/dht/src/dht-rebalance.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/cluster/dht/src/dht-rebalance.c b/xlators/cluster/dht/src/dht-rebalance.c index 8f2f0adb2fb..dace9cd851d 100644 --- a/xlators/cluster/dht/src/dht-rebalance.c +++ b/xlators/cluster/dht/src/dht-rebalance.c @@ -736,7 +736,7 @@ dht_migrate_file (xlator_t *this, loc_t *loc, xlator_t *from, xlator_t *to,          /* TODO: Sync the locks */ -        ret = syncop_fsync (to, dst_fd); +        ret = syncop_fsync (to, dst_fd, 0);          if (ret)                  gf_log (this->name, GF_LOG_WARNING,                          "%s: failed to fsync on %s (%s)",  | 
