From: Jeff Garzik Date: Fri, 10 Apr 2009 11:50:45 +0000 (-0400) Subject: osdblk: a Linux block device for OSD objects X-Git-Tag: v2.6.31-rc3~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a13877c5ef3207a2a5c56250742e60808677f90;p=pandora-kernel.git osdblk: a Linux block device for OSD objects Submitted driver exports a block device of the form /dev/osdblkX, where X is a decimal number. It does that by mounting a stacking block device on top of an osd object. For example, if you create a 2G object on an OSD device, you can then use this module to present that 2G object as a Linux block device. See inside patch for exact documentation. [Sitting at linux-next helped fix proper Kconfig dependency for this driver, thanks to Randy Dunlap] Signed-off-by: Jeff Garzik Signed-off-by: Boaz Harrosh --- Reading git-diff-tree failed