[OracleOSS] [TitleIndex] [WordIndex]

TaoMa/SparseFilesToolsTODO

OCFS2 Sparse File Allocation TODO

Owner: TaoMa

OVERVIEW

The disk layout for ocfs2 volume has been changed for sparse files, so OCFS2 Tools also need to be revised to be fit for this new feature.

For ocfs2-tools, following modifications are needed.

TODO

One of most important thing is that now inode->i_clusters will only indicates the real clusters allocated to the file, so we have to base all the checking of file size to the real i_size not i_clusters any more. Modules that needs some modifications include:

TEST CASES


2011-12-23 01:01