libceph: fix double-free of page vector
authorSage Weil <sage@newdream.net>
Mon, 24 Oct 2011 16:05:47 +0000 (09:05 -0700)
committerSage Weil <sage@newdream.net>
Tue, 25 Oct 2011 23:10:17 +0000 (16:10 -0700)
ceph_release_page_vector() kfrees the vector; we shouldn't do it here too.

Reported-by: Jeff Wu <cpwu@tnsoft.com.cn>
Signed-off-by: Sage Weil <sage@newdream.net>

No differences found