]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd70d8d26c3631e9f894ab60250c338a63a6df1b
treea9fb8a08682e6387d7d6c745633a6b7e2aec2679
parentc757a4d0c6cd7b722151ae15f623e7d43973e6b1
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