diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2011-09-28 11:39:59 +0300 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2011-10-03 17:07:50 +0200 |
commit | 5bf696dad4beecb6174e701c97e1f2574e6a2c96 (patch) | |
tree | b4cfd7e00a61310aaf5ac90e670c840184fc115d /include/scsi | |
parent | de74b05ace743b4a7aefad9e9b33ff899979b34a (diff) | |
download | linux-3.10-5bf696dad4beecb6174e701c97e1f2574e6a2c96.tar.gz linux-3.10-5bf696dad4beecb6174e701c97e1f2574e6a2c96.tar.bz2 linux-3.10-5bf696dad4beecb6174e701c97e1f2574e6a2c96.zip |
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/scsi')
-rw-r--r-- | include/scsi/osd_ore.h | 2 |
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 { ore_io_done_fn done; struct ore_layout *layout; - struct ore_components *comps; + struct ore_components *oc; /* Global read/write IO*/ loff_t offset; |