aboutsummaryrefslogtreecommitdiffstats
path: root/include/target/target_core_base.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@infradead.org>2012-04-23 11:35:32 -0400
committerNicholas Bellinger <nab@linux-iscsi.org>2012-05-06 15:03:46 -0700
commitbd31377878868a47b2d2e6f570fb0cace828555b (patch)
treef42aca1e190ab4bf4a1cca98e5a354b81a9a33c2 /include/target/target_core_base.h
parenttarget: remove the task_size field in struct se_task (diff)
downloadlinux-dev-bd31377878868a47b2d2e6f570fb0cace828555b.tar.xz
linux-dev-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/target/target_core_base.h')
-rw-r--r--include/target/target_core_base.h1
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;