I NEED YOUR HELP

2017-09-02 Thread Cotte
response. Best Regards I am looking forward to your prompt reply. Elizabeth Cotte.

Re: BUG: race-cond with partition-check and ll_rw_blk (all platforms, 2.4.*!)

2001-06-08 Thread COTTE
Hi Andries, Hi List! Andries, thank you for your quick response, >Well, among the irrelevant details you left out is the fact that >it is not >blk_size[dev->major] = NULL; >but >if(!dev->sizes) > blk_size[dev->major] = NULL; Well, this is absoloutely right, the behaviour to cle

BUG: race-cond with partition-check and ll_rw_blk (all platforms, 2.4.*!)

2001-06-07 Thread COTTE
Hi kernel-list-readers! We just had a problem when running some formatting-utils on a large amount of disks synchronously: We got a NULL-pointer violation when accessig blk_size[major] for our major number. Further research showed, that grok_partitions was running at that time, which has been c

[question] why does grok_partitions clear blk_size[major]?

2001-06-06 Thread COTTE
Hi kernel-list-readers! We just had a problem when running some formatting-utils on a large amount of disks synchronously: We got a NULL-pointer violation when accessig blk_size[major] for our major number. Further research showed, that grok_partitions was running at that time, which has been c