alistair23-linux/fs/exofs
Boaz Harrosh 8d2d83a835 exofs: Remove unused data_map member from exofs_sb_info
The struct pnfs_osd_data_map data_map member of exofs_sb_info was
never used after mount. In fact all it's members were duplicated
by the ore_layout structure. So just remove the duplicated information.

Also removed some stupid, but perfectly supported, restrictions on
layout parameters. The case where num_devices is not divisible by
mirror_count+1 is perfectly fine since the rotating device view
will eventually use all the devices it can get.

Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Signed-off-by: Benny Halevy <bhalevy@tonian.com>
2011-10-03 17:07:51 +02:00
..
BUGS
common.h Fix common misspellings 2011-03-31 11:26:23 -03:00
dir.c exofs: Trivial: fix some indentation and debug prints 2011-03-15 15:00:27 +02:00
exofs.h exofs: Remove unused data_map member from exofs_sb_info 2011-10-03 17:07:51 +02:00
file.c fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers 2011-07-20 20:47:59 -04:00
inode.c exofs: Rename struct ore_components comps => oc 2011-10-03 17:07:50 +02:00
Kbuild ore: Make ore its own module 2011-08-06 19:36:19 -07:00
Kconfig ore: Make ore its own module 2011-08-06 19:36:19 -07:00
namei.c make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err) 2011-07-20 01:44:26 -04:00
ore.c exofs: Rename struct ore_components comps => oc 2011-10-03 17:07:50 +02:00
super.c exofs: Remove unused data_map member from exofs_sb_info 2011-10-03 17:07:51 +02:00
symlink.c