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)
commitd4ae1e2648daf12e433b81f5718dac4be84abd01
tree8e8c377e4810f8a5328d3159852a0917b32e3724
parentd7969f5976a35b48ba4eb60aaad73535f1792019
Revert "libata: switch to dynamic allocation instead of ata_scsi_rbuf"

This reverts commit a234f7395c9301a5048cb2daa4c86f15c6f02de8.

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