aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2011-09-28 04:39:59 -0400
committerBoaz Harrosh <bharrosh@panasas.com>2011-10-03 11:07:50 -0400
commit5bf696dad4beecb6174e701c97e1f2574e6a2c96 (patch)
treeb4cfd7e00a61310aaf5ac90e670c840184fc115d /include
parentde74b05ace743b4a7aefad9e9b33ff899979b34a (diff)
exofs: Rename struct ore_components comps => oc
ore_components already has a comps member so this leads to things like comps->comps which is annoying. the name oc was already used in new code. So rename all old usage of ore_components comps => ore_components oc. Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'include')
-rw-r--r--include/scsi/osd_ore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/osd_ore.h b/include/scsi/osd_ore.h
index c5c5e008e6d..954292a2376 100644
--- a/include/scsi/osd_ore.h
+++ b/include/scsi/osd_ore.h
@@ -64,7 +64,7 @@ struct ore_io_state {
64 ore_io_done_fn done; 64 ore_io_done_fn done;
65 65
66 struct ore_layout *layout; 66 struct ore_layout *layout;
67 struct ore_components *comps; 67 struct ore_components *oc;
68 68
69 /* Global read/write IO*/ 69 /* Global read/write IO*/
70 loff_t offset; 70 loff_t offset;