linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] unexport blk_rq_map_user_iov
@ 2008-03-01 16:18 Adrian Bunk
  0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2008-03-01 16:18 UTC (permalink / raw)
  To: axboe; +Cc: linux-kernel

This patch removes the unused export of blk_rq_map_user_iov.

Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
76229376e92479701b97d25bd3513d8c35f7646e foobar
diff --git a/block/blk-map.c b/block/blk-map.c
index 09f7fd0..35ec03d 100644
--- a/block/blk-map.c
+++ b/block/blk-map.c
@@ -215,7 +215,6 @@ int blk_rq_map_user_iov(struct request_queue *q, struct request *rq,
 	rq->buffer = rq->data = NULL;
 	return 0;
 }
-EXPORT_SYMBOL(blk_rq_map_user_iov);
 
 /**
  * blk_rq_unmap_user - unmap a request with user data


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-01 16:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-01 16:18 [2.6 patch] unexport blk_rq_map_user_iov Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).