summaryrefslogtreecommitdiffstats
path: root/fs/9p
diff options
context:
space:
mode:
authorSandeep K Sinha <sandeepksinha@gmail.com>2009-06-16 08:55:26 +0200
committerNeilBrown <neilb@suse.de>2009-06-16 08:55:26 +0200
commit45d4582f219619e368ea91ea1189085e1c5f1969 (patch)
tree15c38d1090d67ecb600c395a5155f2630804d851 /fs/9p
parentmd: remove mddev_to_conf "helper" macro (diff)
downloadlinux-45d4582f219619e368ea91ea1189085e1c5f1969.tar.xz
linux-45d4582f219619e368ea91ea1189085e1c5f1969.zip
md: Removal of hash table in linear raid
Get rid of sector_div and hash table for linear raid and replace with a linear search in which_dev. The hash table adds a lot of complexity for little if any gain. Ultimately a binary search will be used which will have smaller cache foot print, a similar number of memory access, and no divisions. Signed-off-by: Sandeep K Sinha <sandeepksinha@gmail.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'fs/9p')
0 files changed, 0 insertions, 0 deletions