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 15:03:46 -0700 |
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 { }; struct se_task { - u32 task_sectors; struct se_cmd *task_se_cmd; struct scatterlist *task_sg; u32 task_sg_nents; |