"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "fsremap/src/dispatch.hh" between
fstransform-0.9.3-src.tar.gz and fstransform-0.9.4.tar.gz

About: fstransform is a tool to change a file-system from one format to another, for example from jfs, xfs, or reiser to ext2, ext3, or ext4, in-place and without the need for backup.

dispatch.hh  (fstransform-0.9.3-src):dispatch.hh  (fstransform-0.9.4)
skipping to change at line 46 skipping to change at line 46
/** /**
* instantiate and run fr_work<T>::main(...) * instantiate and run fr_work<T>::main(...)
* with the smallest T that can represent device blocks count. * with the smallest T that can represent device blocks count.
* return 0 if success, else error. * return 0 if success, else error.
* *
* implementation: iterates on all configured T and, * implementation: iterates on all configured T and,
* if both fr_work<T>::check(..) and fr_work<T>::init(..) succeed, * if both fr_work<T>::check(..) and fr_work<T>::init(..) succeed,
* calls ff_work<T>::run(), then ff_work<T>::cleanup() * calls ff_work<T>::run(), then ff_work<T>::cleanup()
*/ */
static int main(fr_vector<ft_uoff> & loop_file_extents, static int main(fr_vector<ft_uoff> & loop_file_extents,
fr_vector<ft_uoff> & free_space_extents, FT_IO_NS fr_io & io fr_vector<ft_uoff> & free_space_extents,
); fr_vector<ft_uoff> & to_zero_extents,
FT_IO_NS fr_io & io);
}; };
FT_NAMESPACE_END FT_NAMESPACE_END
#endif /* FSREMAP_WORK_BASE_HH */ #endif /* FSREMAP_WORK_BASE_HH */
 End of changes. 1 change blocks. 
2 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)