]> nv-tegra.nvidia Code Review - linux-3.10.git/commit - include
exofs: Rename raid engine from exofs/ios.c => ore
authorBoaz Harrosh <bharrosh@panasas.com>
Sun, 7 Aug 2011 02:26:31 +0000 (19:26 -0700)
committerBoaz Harrosh <bharrosh@panasas.com>
Sun, 7 Aug 2011 02:36:18 +0000 (19:36 -0700)
commit8ff660ab85f524bdc7652eb5d38aaef1d66aa9c7
treec4a29cde4fc8654ae00e65cb520e13f9fe7f4e08
parent9e9db45649eb5d3ee5622fdad741914ecf1016a0
exofs: Rename raid engine from exofs/ios.c => ore

ORE stands for "Objects Raid Engine"

This patch is a mechanical rename of everything that was in ios.c
and its API declaration to an ore.c and an osd_ore.h header. The ore
engine will later be used by the pnfs objects layout driver.

* File ios.c => ore.c

* Declaration of types and API are moved from exofs.h to a new
  osd_ore.h

* All used types are prefixed by ore_ from their exofs_ name.

* Shift includes from exofs.h to osd_ore.h so osd_ore.h is
  independent, include it from exofs.h.

Other than a pure rename there are no other changes. Next patch
will move the ore into it's own module and will export the API
to be used by exofs and later the layout driver

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/Kbuild
fs/exofs/exofs.h
fs/exofs/inode.c
fs/exofs/ore.c [moved from fs/exofs/ios.c with 79% similarity]
fs/exofs/super.c
include/scsi/osd_ore.h [new file with mode: 0644]