| Issue 41: | File system scan for inodes qulifying for relocation | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jan 30, 2009
The code is done and is running fine The final test suite will check errors in it
Status:
Done
|