summaryrefslogtreecommitdiff
path: root/include/linux/ceph
diff options
context:
space:
mode:
authorAlex Elder <elder@inktank.com>2013-03-02 00:00:15 (GMT)
committerSage Weil <sage@inktank.com>2013-05-02 04:16:16 (GMT)
commitec02a2f2ffae13e038453ae89592a8c6210f7f4d (patch)
tree9c9d59d61ec2b5516ccfd7da02caf5372bf72e8c /include/linux/ceph
parent2a24d1f4bd7995de133c857bfdc77ac82c842300 (diff)
downloadlinux-fsl-qoriq-ec02a2f2ffae13e038453ae89592a8c6210f7f4d.tar.xz
libceph: kill ceph_msg->pagelist_count
The pagelist_count field is never actually used, so get rid of it. Signed-off-by: Alex Elder <elder@inktank.com> Reviewed-by: Josh Durgin <josh.durgin@inktank.com>
Diffstat (limited to 'include/linux/ceph')
-rw-r--r--include/linux/ceph/messenger.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ceph/messenger.h b/include/linux/ceph/messenger.h
index 1b08349..6c11874 100644
--- a/include/linux/ceph/messenger.h
+++ b/include/linux/ceph/messenger.h
@@ -78,7 +78,6 @@ struct ceph_msg {
unsigned page_count; /* size of page array */
unsigned page_alignment; /* io offset in first page */
struct ceph_pagelist *pagelist; /* instead of pages */
- unsigned int pagelist_count; /* number of pages in pagelist */
struct ceph_connection *con;
struct list_head list_head;