Messages in this thread |  | | | Date | Sun, 26 Apr 2009 12:48:36 +0900 | | From | Tejun Heo <> | | Subject | Re: [PATCH 2/3] mg_disk: fix dependency on libata |
| |
Bartlomiej Zolnierkiewicz wrote: > Add local copies of ata_id_string() and ata_id_c_string() to mg_disk > so there is no need for the driver to depend on ATA and SCSI. > > Cc: unsik Kim <donari75@gmail.com> > Cc: Tejun Heo <tj@kernel.org> > Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Ah.. right, that's a rather large dependency to pull in just for the string functions. Yeah, I think it would be better to keep local copy at elast for now.
Acked-by: Tejun Heo <tj@kernel.org>
(Continuing from the previous message :-) or do you want me to fold these patches into my series and push them through Jens with other patches?
Thanks.
-- tejun
|  |