commit | 795858dbd253462a67e14272edeaae73c6074b17 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Mon Aug 15 13:02:37 2011 -0700 |
committer | Sage Weil <sage@newdream.net> | Mon Aug 15 13:03:56 2011 -0700 |
tree | a9fb8a08682e6387d7d6c745633a6b7e2aec2679 | |
parent | 5185352c163a72cf969b2fbbfb89801b398896fd [diff] |
ceph: fix encoding of ino only (not relative) paths A 'path' consists of a starting ino and relative component. Encode even when there is no relative component. This is primarily needed by the NFS reexport code. Signed-off-by: Sage Weil <sage@newdream.net>