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

« back to all changes in this revision

Viewing changes to libglusterfs/src/inode.c

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi, Louis Zuckerman, Patrick Matthäi
  • Date: 2012-01-07 14:19:57 UTC
  • mfrom: (1.3.14)
  • Revision ID: package-import@ubuntu.com-20120107141957-532c9ubquvlmzls5
Tags: 3.2.5-1
[ Louis Zuckerman ]
* Add patch (03) to fix build errors

[ Patrick Matthäi ]
* New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1039
1039
 
1040
1040
                if ((inode->ino != 1) &&
1041
1041
                    (i == 0)) {
1042
 
                        gf_log (table->name, GF_LOG_WARNING,
 
1042
                        gf_log_callingfn (table->name, GF_LOG_WARNING,
1043
1043
                                "no dentry for non-root inode %"PRId64": %s",
1044
1044
                                inode->ino, uuid_utoa (inode->gfid));
1045
1045
                        ret = -ENOENT;