Re: [patch 26/32] xen: Add Xen virtual block device driver.

2007-04-30 Thread Jeremy Fitzhardinge
Christoph Hellwig wrote: >> source "drivers/s390/block/Kconfig" >> +source "drivers/block/xen/Kconfig" >> > > Please don't add a new subdirectory for a tiny new driver that > really should be only a single .c file. > Yup. >> +config XEN_BLKDEV_FRONTEND >> +tristate "Block device fron

Re: [patch 26/32] xen: Add Xen virtual block device driver.

2007-04-29 Thread Christoph Hellwig
> source "drivers/s390/block/Kconfig" > +source "drivers/block/xen/Kconfig" Please don't add a new subdirectory for a tiny new driver that really should be only a single .c file. > +config XEN_BLKDEV_FRONTEND > + tristate "Block device frontend driver" > + depends on XEN > + default