On Thu, Mar 9, 2023 at 2:34 PM KIKUCHI Takeyoshi
wrote:
> Thanks for your reply.
>
> I see, there are hard-coded devices...
>
> Then, would it be acceptable to make an entry in CONFIG that says, for
> example, "support automatic partition parsing" and if enabled,
> automatically parse the partiti
Thanks for your reply.
I see, there are hard-coded devices...
Then, would it be acceptable to make an entry in CONFIG that says, for
example, "support automatic partition parsing" and if enabled,
automatically parse the partition when a block device is registered?
I don't think the partition
On Thu, Mar 9, 2023 at 6:05 AM KIKUCHI Takeyoshi
wrote:
> Hi, All.
>
> The code to parse block device partitions is included (as well as the
> code to register partitions as devices), but it seems that the process
> to parse partitions is not called from the location where the block
> device is r
Hi, All.
The code to parse block device partitions is included (as well as the
code to register partitions as devices), but it seems that the process
to parse partitions is not called from the location where the block
device is registered.
(There is a function called "register_blockpartition",