public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.5.45] Export blkdev_ioctl for raw block driver.
@ 2002-11-01  0:57 Bob Miller
  2002-11-01  0:11 ` Alexander Viro
  0 siblings, 1 reply; 5+ messages in thread
From: Bob Miller @ 2002-11-01  0:57 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.857   -> 1.858  
#	      kernel/ksyms.c	1.155   -> 1.156  
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/10/31	rem@doc.pdx.osdl.net	1.858
# Export blkdev_ioctl so that the raw device driver
# can be built as a module.
# --------------------------------------------
#
diff -Nru a/kernel/ksyms.c b/kernel/ksyms.c
--- a/kernel/ksyms.c	Thu Oct 31 16:47:14 2002
+++ b/kernel/ksyms.c	Thu Oct 31 16:47:14 2002
@@ -349,6 +349,7 @@
 EXPORT_SYMBOL(blkdev_open);
 EXPORT_SYMBOL(blkdev_get);
 EXPORT_SYMBOL(blkdev_put);
+EXPORT_SYMBOL(blkdev_ioctl);
 EXPORT_SYMBOL(ioctl_by_bdev);
 EXPORT_SYMBOL(read_dev_sector);
 EXPORT_SYMBOL(init_buffer);

-- 
Bob Miller					Email: rem@osdl.org
Open Source Development Lab			Phone: 503.626.2455 Ext. 17

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-11-01  0:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-01  0:57 [PATCH 2.5.45] Export blkdev_ioctl for raw block driver Bob Miller
2002-11-01  0:11 ` Alexander Viro
2002-11-01  1:20   ` Bob Miller
2002-11-01  1:46     ` Bob Miller
2002-11-01  1:00       ` Alexander Viro

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox