commit | d4ae1e2648daf12e433b81f5718dac4be84abd01 | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Jan 18 11:11:58 2017 -0800 |
committer | Tejun Heo <tj@kernel.org> | Wed Jan 18 11:15:29 2017 -0800 |
tree | 8e8c377e4810f8a5328d3159852a0917b32e3724 | |
parent | d7969f5976a35b48ba4eb60aaad73535f1792019 [diff] |
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>