[PATCH] undo LVM change from merge

Andreas Dilger (adilger@turbolabs.com)
Mon, 19 Nov 2001 01:31:52 -0700


Linus, Alan, Al,
it appears that when merging Alan's updated LVM code into mainline, it
reverted a change (from Al to avoid race conditions with block device
modules, I think). The patch fragment below should be re-applied:

@@ -400,6 +400,7 @@
/* block device operations structure needed for 2.3.38? and above */
struct block_device_operations lvm_blk_dops =
{
+ owner: THIS_MODULE,
open: lvm_blk_open,
release: lvm_blk_close,
ioctl: lvm_blk_ioctl,

It isn't in the LVM CVS yet, but if it should be I will put it there so
we don't lose it again.

Cheers, Andreas

--
Andreas Dilger
http://sourceforge.net/projects/ext2resize/
http://www-mddsp.enel.ucalgary.ca/People/adilger/

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/