Re: Can block driver kthread slow down blkid and other processes?

2014-09-14 Thread Alvin Abitria
I see. Thanks Greg! Just posted to the mailing list you mentioned. On Sun, Sep 14, 2014 at 11:35 PM, Greg KH wrote: > On Sun, Sep 14, 2014 at 09:53:03PM +0800, Alvin Abitria wrote: > > Hello Gurus, > > Try posting your code to the linux-fsde...@vger.kernel.org mailing list. > The developers th

Re: Can block driver kthread slow down blkid and other processes?

2014-09-14 Thread Greg KH
On Sun, Sep 14, 2014 at 09:53:03PM +0800, Alvin Abitria wrote: > Hello Gurus, Try posting your code to the linux-fsde...@vger.kernel.org mailing list. The developers there should be able to help you out with these questions. thanks, greg k-h ___ Kerne

Can block driver kthread slow down blkid and other processes?

2014-09-14 Thread Alvin Abitria
Hello Gurus, I'm currently creating a Linux driver for block devices. This has been going on for some time, and I just recently changed the driver design from bio-mode to request-mode (I used to handle struct bio but now I'm operating on struct request) and it made the functionality simpler, bu