2.6 partition support driver methods
From: Mukund JB. (mukundjb_at_esntechnologies.co.in)
Date: 08/03/05
- Previous message: Tejun Heo: "Re: [PATCH linux-2.6.13-rc3] SATA: rewritten sil24 driver"
- Next in thread: Jonathan Corbet: "Re: 2.6 partition support driver methods"
- Reply: Jonathan Corbet: "Re: 2.6 partition support driver methods"
- Maybe reply: Mukund JB.: "RE: 2.6 partition support driver methods"
- Maybe reply: Mukund JB.: "RE: 2.6 partition support driver methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 3 Aug 2005 19:53:01 +0530 To: "linux-kernel-Mailing-list" <linux-kernel@vger.kernel.org>
Dear all,
I have a driver implemented to support single partition in 2.6 kernels.
I have a requirement of supporting multiple partitions in my block driver to support flash media devices.
I have modified the alloc_disk(1) to alloc_dosk(16) to support a MAX of 16 partitions. This way I have conveyed it to the kernel that 16 is my max n/o partitions. I also made a call to add_disk().
Do I need to handle any thing in the request function to handle read/writes to the device partitions?
Please suggest me the required implementation that I may be missing?
Regards,
Mukund Jampala
-
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/
- Previous message: Tejun Heo: "Re: [PATCH linux-2.6.13-rc3] SATA: rewritten sil24 driver"
- Next in thread: Jonathan Corbet: "Re: 2.6 partition support driver methods"
- Reply: Jonathan Corbet: "Re: 2.6 partition support driver methods"
- Maybe reply: Mukund JB.: "RE: 2.6 partition support driver methods"
- Maybe reply: Mukund JB.: "RE: 2.6 partition support driver methods"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|