diff options
author | Christoph Hellwig <hch@infradead.org> | 2012-04-23 17:35:32 +0200 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2012-05-07 00:03:46 +0200 |
commit | bd31377878868a47b2d2e6f570fb0cace828555b (patch) | |
tree | f42aca1e190ab4bf4a1cca98e5a354b81a9a33c2 /include | |
parent | target: remove the task_size field in struct se_task (diff) | |
download | linux-bd31377878868a47b2d2e6f570fb0cace828555b.tar.xz linux-bd31377878868a47b2d2e6f570fb0cace828555b.zip |
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')
-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; |