Re: [PATCH 1/4] libata: consolidate ata_dev_classify()
From: Tejun Heo <tj@kernel.org>
Date: 2014-09-06 12:52:33
Also in:
linux-scsi
From: Tejun Heo <tj@kernel.org>
Date: 2014-09-06 12:52:33
Also in:
linux-scsi
Hello, On Sat, Sep 06, 2014 at 10:21:51AM +0200, Hannes Reinecke wrote:
Well, yes, in principle. I was looking into that, too. But then I figured that moving to ata_taskfile would be a major overhaul for libsas, which would be quite beyond scope here. And all for a puny little patch.
Hmm? Just allocate a ata_taskfile stuct on stack when invoking the function. The change would be a lot smaller actually. Thanks. -- tejun