Re: [Question] About block device partition support

2023-03-08 Thread Xiang Xiao
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

Re: [Question] About block device partition support

2023-03-08 Thread KIKUCHI Takeyoshi
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

Re: [Question] About block device partition support

2023-03-08 Thread Xiang Xiao
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

[Question] About block device partition support

2023-03-08 Thread KIKUCHI Takeyoshi
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",