]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephfs-shell: Change type of d_name to bytes array 27345/head
authorVarsha Rao <varao@redhat.com>
Thu, 11 Apr 2019 07:07:46 +0000 (12:37 +0530)
committerVarsha Rao <varao@redhat.com>
Thu, 11 Apr 2019 07:12:20 +0000 (12:42 +0530)
commitd0db22a6a51d34433fa4a2d3a423373a5684f75d
tree2a8ab3a2a4143893a1d81f46cb888ac551de578a
parent417836de308a8b642fec5f03d819800142155b34
cephfs-shell: Change type of d_name to bytes array

By reverting commit 5106582 'd_name' is always a bytes array. This produces
type error wherever 'd_name' is used with 'str' type. In such cases decode it.

Fixes: https://tracker.ceph.com/issues/39060
Signed-off-by: Varsha Rao <varao@redhat.com>
src/tools/cephfs/cephfs-shell