ceph: handle frag mismatch between readdir request and reply
authorYan, Zheng <zheng.z.yan@intel.com>
Wed, 18 Sep 2013 01:44:13 +0000 (09:44 +0800)
committerSage Weil <sage@inktank.com>
Mon, 30 Sep 2013 21:49:53 +0000 (14:49 -0700)
If client has outdated directory fragments information, it may request
readdir an non-existent directory fragment. In this case, the MDS finds
an approximate directory fragment and sends its contents back to the
client. When receiving a reply with fragment that is different than the
requested one, the client need to reset the 'readdir offset'.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
Reviewed-by: Sage Weil <sage@inktank.com>

No differences found