Oops, I forgot that I have thet field there already. Just save memory by not allocating it. Signed-off-by: Maxim Levitsky <maximlevitsky@xxxxxxxxx> --- drivers/memstick/core/ms_block.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/memstick/core/ms_block.h b/drivers/memstick/core/ms_block.h index 6b5b83e..a2b2765 100644 --- a/drivers/memstick/core/ms_block.h +++ b/drivers/memstick/core/ms_block.h @@ -162,7 +162,6 @@ struct msb_data { 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 */ @@ -194,7 +193,7 @@ struct msb_data { /* 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 */ -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html