mtd/drivers/mtd/nand nand.c,1.43,1.44
David Woodhouse
dwmw2 at infradead.org
Wed May 14 18:26:35 EDT 2003
- Previous message: mtd/drivers/mtd/maps amd76xrom.c,1.4,1.5 arctic-mtd.c,1.5,1.6
autcpu12-nvram.c,1.2,1.3 beech-mtd.c,1.4,1.5 cdb89712.c,1.4,1.5
ceiva.c,1.4,1.5 cfi_flagadm.c,1.8,1.9 cstm_mips_ixx.c,1.6,1.7
dbox2-flash.c,1.6,1.7 dc21285.c,1.11,1.12 dilnetpc.c,1.9,1.10
ebony.c,1.4,1.5 edb7312.c,1.4,1.5 elan-104nc.c,1.14,1.15
epxa10db-flash.c,1.6,1.7 fortunet.c,1.3,1.4 h720x-flash.c,1.2,1.3
ich2rom.c,1.4,1.5 impa7.c,1.4,1.5 integrator-flash.c,1.9,1.10
iq80310.c,1.11,1.12 l440gx.c,1.9,1.10 lasat.c,1.2,1.3
lubbock-flash.c,1.3,1.4 mbx860.c,1.2,1.3 netsc520.c,1.6,1.7
nettel.c,1.2,1.3 nora.c,1.21,1.22 ocelot.c,1.8,1.9
octagon-5066.c,1.21,1.22 pb1xxx-flash.c,1.5,1.6 pci.c,1.3,1.4
pcmciamtd.c,1.41,1.42 physmap.c,1.23,1.24 pnc2000.c,1.11,1.12
redwood.c,1.3,1.4 rpxlite.c,1.16,1.17 sa1100-flash.c,1.31,1.32
sbc_gxx.c,1.22,1.23 sc520cdp.c,1.12,1.13 scb2_flash.c,1.3,1.4
scx200_docflash.c,1.2,1.3 solutionengine.c,1.6,1.7
sun_uflash.c,1.5,1.6 tqm8xxl.c,1.5,1.6 tsunami_flash.c,1.2,1.3
uclinux.c,1.3,1.4 vmax301.c,1.25,1.26
- Next message: mtd/include/linux/mtd compatmac.h,1.48,1.49 mtd.h,1.42,1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/mtd/drivers/mtd/nand
In directory phoenix.infradead.org:/tmp/cvs-serv14262/drivers/mtd/nand
Modified Files:
nand.c
Log Message:
fix races in get_mtd_device etc, use set_module_owner everywhere
Index: nand.c
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/nand/nand.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- nand.c 14 Apr 2003 07:00:39 -0000 1.43
+++ nand.c 14 May 2003 22:26:32 -0000 1.44
@@ -1352,7 +1352,6 @@
/* Fill in remaining MTD driver data */
mtd->type = MTD_NANDFLASH;
mtd->flags = MTD_CAP_NANDFLASH | MTD_ECC;
- mtd->module = THIS_MODULE;
mtd->ecctype = MTD_ECC_SW;
mtd->erase = nand_erase;
mtd->point = NULL;
@@ -1371,6 +1370,7 @@
mtd->unlock = NULL;
mtd->suspend = NULL;
mtd->resume = NULL;
+ set_module_owner(mtd);
/* Return happy */
return 0;
- Previous message: mtd/drivers/mtd/maps amd76xrom.c,1.4,1.5 arctic-mtd.c,1.5,1.6
autcpu12-nvram.c,1.2,1.3 beech-mtd.c,1.4,1.5 cdb89712.c,1.4,1.5
ceiva.c,1.4,1.5 cfi_flagadm.c,1.8,1.9 cstm_mips_ixx.c,1.6,1.7
dbox2-flash.c,1.6,1.7 dc21285.c,1.11,1.12 dilnetpc.c,1.9,1.10
ebony.c,1.4,1.5 edb7312.c,1.4,1.5 elan-104nc.c,1.14,1.15
epxa10db-flash.c,1.6,1.7 fortunet.c,1.3,1.4 h720x-flash.c,1.2,1.3
ich2rom.c,1.4,1.5 impa7.c,1.4,1.5 integrator-flash.c,1.9,1.10
iq80310.c,1.11,1.12 l440gx.c,1.9,1.10 lasat.c,1.2,1.3
lubbock-flash.c,1.3,1.4 mbx860.c,1.2,1.3 netsc520.c,1.6,1.7
nettel.c,1.2,1.3 nora.c,1.21,1.22 ocelot.c,1.8,1.9
octagon-5066.c,1.21,1.22 pb1xxx-flash.c,1.5,1.6 pci.c,1.3,1.4
pcmciamtd.c,1.41,1.42 physmap.c,1.23,1.24 pnc2000.c,1.11,1.12
redwood.c,1.3,1.4 rpxlite.c,1.16,1.17 sa1100-flash.c,1.31,1.32
sbc_gxx.c,1.22,1.23 sc520cdp.c,1.12,1.13 scb2_flash.c,1.3,1.4
scx200_docflash.c,1.2,1.3 solutionengine.c,1.6,1.7
sun_uflash.c,1.5,1.6 tqm8xxl.c,1.5,1.6 tsunami_flash.c,1.2,1.3
uclinux.c,1.3,1.4 vmax301.c,1.25,1.26
- Next message: mtd/include/linux/mtd compatmac.h,1.48,1.49 mtd.h,1.42,1.43
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the linux-mtd-cvs
mailing list