summaryrefslogtreecommitdiffstats
path: root/drivers/block/drbd/drbd_int.h
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@linbit.com>2011-04-07 21:02:09 +0200
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-11-08 16:45:15 +0100
commitc37c8ecfee685fa42de8fd418ad8ca1e66408bd8 (patch)
treea2f64b99e37ead526dbca798d8c7085d82a74ea7 /drivers/block/drbd/drbd_int.h
parent18c2d52249fff156ff2db2e18cefe5184078af72 (diff)
downloadlinux-c37c8ecfee685fa42de8fd418ad8ca1e66408bd8.tar.gz
linux-c37c8ecfee685fa42de8fd418ad8ca1e66408bd8.tar.bz2
linux-c37c8ecfee685fa42de8fd418ad8ca1e66408bd8.zip
drbd: Rename drbd_pp_alloc() to drbd_alloc_pages() and make it non-static
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'drivers/block/drbd/drbd_int.h')
-rw-r--r--drivers/block/drbd/drbd_int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/drbd/drbd_int.h b/drivers/block/drbd/drbd_int.h
index ab938290e358..9aca1f40e084 100644
--- a/drivers/block/drbd/drbd_int.h
+++ b/drivers/block/drbd/drbd_int.h
@@ -1463,6 +1463,7 @@ extern void __drbd_free_peer_req(struct drbd_conf *, struct drbd_peer_request *,
int);
#define drbd_free_peer_req(m,e) __drbd_free_peer_req(m, e, 0)
#define drbd_free_net_peer_req(m,e) __drbd_free_peer_req(m, e, 1)
+extern struct page *drbd_alloc_pages(struct drbd_conf *, unsigned int, bool);
extern void drbd_set_recv_tcq(struct drbd_conf *mdev, int tcq_enabled);
extern void _drbd_clear_done_ee(struct drbd_conf *mdev, struct list_head *to_be_freed);
extern void conn_flush_workqueue(struct drbd_tconn *tconn);