commit | d90deda69cb82411ba7d990e97218e0f8b2d07bb | [log] [tgz] |
---|---|---|
author | Yan, Zheng <zheng.z.yan@intel.com> | Sun Mar 23 06:50:39 2014 +0800 |
committer | Sage Weil <sage@inktank.com> | Fri Apr 04 21:07:15 2014 -0700 |
tree | c99d23f6ec67296c07dd661180c917b8cce2fad6 | |
parent | 5f75ce57818e4a48bdeac0b76daeb434eea26059 [diff] |
libceph: fix oops in ceph_msg_data_{pages,pagelist}_advance() When there is no more data, ceph_msg_data_{pages,pagelist}_advance() should not move on to the next page. Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>