Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

libceph: remove redundant declaration

ceph_release_page_vector was defined twice in libceph.h

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Ilya Dryomov <idryomov@redhat.com>

authored by

Fabian Frederick and committed by
Sage Weil
eb179d39 14ed9703

-1
-1
include/linux/ceph/libceph.h
··· 211 211 bool write_page); 212 212 extern void ceph_put_page_vector(struct page **pages, int num_pages, 213 213 bool dirty); 214 - extern void ceph_release_page_vector(struct page **pages, int num_pages); 215 214 extern struct page **ceph_alloc_page_vector(int num_pages, gfp_t flags); 216 215 extern int ceph_copy_user_to_page_vector(struct page **pages, 217 216 const void __user *data,