]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commit - fs/ceph/mds_client.c
ceph: fix encoding of ino only (not relative) paths
authorSage Weil <sage@newdream.net>
Mon, 15 Aug 2011 20:02:37 +0000 (13:02 -0700)
committerSage Weil <sage@newdream.net>
Mon, 15 Aug 2011 20:03:56 +0000 (13:03 -0700)
commit795858dbd253462a67e14272edeaae73c6074b17
treea9fb8a08682e6387d7d6c745633a6b7e2aec2679
parent5185352c163a72cf969b2fbbfb89801b398896fd
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>
fs/ceph/mds_client.c