diff options
author | Christoph Hellwig <hch@infradead.org> | 2012-04-23 11:35:32 -0400 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-05-06 18:03:46 -0400 |
commit | bd31377878868a47b2d2e6f570fb0cace828555b (patch) | |
tree | f42aca1e190ab4bf4a1cca98e5a354b81a9a33c2 /include/target | |
parent | 7a83aa4e7b26ba61b9dc98d5c0bf725f4df0043f (diff) |
target: remove the task_sectors field in struct se_task
Remove the task_sectors field that isn't used anywhere.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'include/target')
-rw-r--r-- | include/target/target_core_base.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/target/target_core_base.h b/include/target/target_core_base.h index 5a4249d84040..a4143cd54437 100644 --- a/include/target/target_core_base.h +++ b/include/target/target_core_base.h | |||
@@ -486,7 +486,6 @@ struct se_queue_obj { | |||
486 | }; | 486 | }; |
487 | 487 | ||
488 | struct se_task { | 488 | struct se_task { |
489 | u32 task_sectors; | ||
490 | struct se_cmd *task_se_cmd; | 489 | struct se_cmd *task_se_cmd; |
491 | struct scatterlist *task_sg; | 490 | struct scatterlist *task_sg; |
492 | u32 task_sg_nents; | 491 | u32 task_sg_nents; |