~ubuntu-branches/ubuntu/wily/glusterfs/wily

« back to all changes in this revision

Viewing changes to xlators/features/marker/src/marker.c

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-06-26 21:00:42 UTC
  • mfrom: (1.3.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110626210042-ps1aim0cwz06tkx1
Tags: 3.2.1-1
* New upstream release.
  - Refresh patch 02-spelling-error.
* Wrap dependencies.
* Merge libglusterfs0 and libglusterfs-dev package to glusterfs-common.
  Closes: #630147
* Use python-module.mk and remove useless python bytecode files.
  Closes: #630146

Show diffs side-by-side

added added

removed removed

Lines of Context:
206
206
                vol_mark->sec = htonl (buf.st_ctime);
207
207
                vol_mark->usec = htonl (ST_CTIM_NSEC (&buf)/1000);
208
208
        } else
209
 
                vol_mark->retval = 0;
 
209
                vol_mark->retval = 1;
210
210
 
211
211
        *status = vol_mark;
212
212
 
1589
1589
        if (op_ret == -1) {
1590
1590
                gf_log (this->name, ((op_errno == ENOENT) ? GF_LOG_DEBUG :
1591
1591
                                     GF_LOG_ERROR),
1592
 
                        "%s occured while creating symlinks for %s",
1593
 
                        strerror (op_errno), local->loc.path);
 
1592
                        "%s occured during setattr of %s",
 
1593
                        strerror (op_errno),
 
1594
                        (local ? local->loc.path : "<nul>"));
1594
1595
        }
1595
1596
 
1596
1597
        STACK_UNWIND_STRICT (setattr, frame, op_ret, op_errno, statpre,