Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347563
b: refs/heads/master
c: b000056
h: refs/heads/master
i:
  347561: 4e99acd
  347559: b97ea2f
v: v3
  • Loading branch information
David Zafman authored and Alex Elder committed Oct 26, 2012
1 parent 05923e1 commit 298ea98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7246240c7c186542f73af4fadc744d66440f616f
refs/heads/master: b000056a5a8d3f5a4a9fb80184a7ec14f86a43d4
2 changes: 1 addition & 1 deletion trunk/fs/ceph/mds_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1590,7 +1590,7 @@ static int set_request_path_attr(struct inode *rinode, struct dentry *rdentry,
} else if (rpath || rino) {
*ino = rino;
*ppath = rpath;
*pathlen = strlen(rpath);
*pathlen = rpath ? strlen(rpath) : 0;
dout(" path %.*s\n", *pathlen, rpath);
}

Expand Down

0 comments on commit 298ea98

Please sign in to comment.