Skip to content
Commit 3105c19c authored by Sage Weil's avatar Sage Weil
Browse files

ceph: fix readdir EOVERFLOW on 32-bit archs



One of the readdir filldir_t callers was passing the raw ceph 64-bit ino
instead of the hashed 32-bit one, producing an EOVERFLOW in the filler
callback.  Fix this by calling the ceph_vino_to_ino() helper to do the
conversion.

Reported-by: default avatarJan Smets <jan.smets@alcatel-lucent.com>
Tested-by: default avatarJan Smets <jan.smets@alcatel-lucent.com>
Signed-off-by: default avatarSage Weil <sage@newdream.net>
parent 7b88dadc
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment