]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"
authorTejun Heo <tj@kernel.org>
Wed, 18 Jan 2017 19:11:58 +0000 (11:11 -0800)
committerTejun Heo <tj@kernel.org>
Wed, 18 Jan 2017 19:15:29 +0000 (11:15 -0800)
commitd8be60aeea93b4713815e2676f98e9957bc65d2c
tree8e8c377e4810f8a5328d3159852a0917b32e3724
parent2faefdae3599c9f5c4082e20daf3a57880212d63
Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"

This reverts commit a06d02e23534abbbc44c12511d2cd520c04f4ed6.

The commit tried to get rid of the shared global SCSI response buffer.
Unfortunately, it added blocking allocation to atomic path.  Revert it
for now.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Christoph Hellwig <hch@lst.de>
drivers/ata/libata-scsi.c