Oops, I forgot that I have thet field there already. Just save memory by
not allocating it.
Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Alex Dubov <oakad@yahoo.com>
Cc: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
struct workqueue_struct *io_queue;
bool io_queue_stopped;
struct work_struct io_work;
- struct scatterlist prealloc_sg[MS_BLOCK_MAX_SEGS+1];
bool card_dead;
/* Media properties */
/* Preallocated buffers */
unsigned char *block_buffer;
- struct scatterlist sg[MS_BLOCK_MAX_SEGS+1];
+ struct scatterlist prealloc_sg[MS_BLOCK_MAX_SEGS+1];
/* handler's local data */