commit | fe635c7e91036282e4fd0cc5b4eebc712e43270d | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:35 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Mon May 15 20:57:35 2006 +0900 |
tree | 22054d039df52c19e729f30ceee836936a730ce6 | |
parent | 158693031d7c58a355ec1852052a4fca75fd3bda [diff] |
[PATCH] libata: use preallocated buffers It's not a very good idea to allocate memory during EH. Use statically allocated buffer for dev->id[] and add 512byte buffer ap->sector_buf. This buffer is owned by EH (or probing) and to be used as temporary buffer for various purposes (IDENTIFY, NCQ log page 10h, PM GSCR block). Signed-off-by: Tejun Heo <htejun@gmail.com>