]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit80e5cae3fada485431d9795aef50a069870633c3
treec4a29cde4fc8654ae00e65cb520e13f9fe7f4e08
parentb2c8b78e261e32a7ac97fc46a2cd9dc0fbd70e94
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/ios.c [deleted file]
fs/exofs/ore.c [new file with mode: 0644]
fs/exofs/super.c
include/scsi/osd_ore.h [new file with mode: 0644]