Issue 41: File system scan for inodes qulifying for relocation
Status:  Done
Owner:
Closed:  Jan 2009
Reported by postri...@gmail.com, Jan 28, 2009
The file system scan function scans the whole file system and finds the
inodes which qualify for relocation.
The qulifying inodes are then relocated to new destination

The algorithm is:

->	get the number of block groups in the file system from the ext2 superblock
->	get the number of inodes per group from the ext2 super block
-> 	loop from 0 to number of block groups
->		loop from 0 to number of inodes per group
->			check the inode for qualifying rule
->			if inode fit qualifies for relocation then set the dest tier id
->			call relocation code pass inode number as input
->		end loop
->	end loop

Jan 28, 2009
Project Member #1 sandeepksinha
Whats the status of the code ???
Jan 30, 2009
#2 postri...@gmail.com
The code is done and is running fine

The final test suite will check errors in it
Status: Done