exofs: Move exofs specific osd operations out of ios.c
commit85e44df4748670a1a7d8441b2d75843cdebc478a
authorBoaz Harrosh <bharrosh@panasas.com>
Mon, 16 May 2011 12:26:47 +0000 (16 15:26 +0300)
committerBoaz Harrosh <bharrosh@panasas.com>
Sun, 7 Aug 2011 02:35:31 +0000 (6 19:35 -0700)
treec5bc0cdf7dad56cc6f3a38f99c88f62325a1e029
parente1042ba0991aab80ced34f7dade6ec25f22b4304
exofs: Move exofs specific osd operations out of ios.c

ios.c will be moving to an external library, for use by the
objects-layout-driver. Remove from it some exofs specific functions.

Also g_attr_logical_length is used both by inode.c and ios.c
move definition to the later, to keep it independent

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/exofs.h
fs/exofs/inode.c
fs/exofs/ios.c
fs/exofs/super.c