Changeset 8412
- Timestamp:
- 06/28/10 15:05:47 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/Orange-Branch/src/client/sysint/sys-io.sm
r8317 r8412 249 249 run io_analyze_results; 250 250 IO_RETRY => init; 251 IO_ANALYZE_SIZE_RESULTS => io_analyze_size_results;251 /*IO_ANALYZE_SIZE_RESULTS => io_analyze_size_results;*/ 252 252 IO_GET_DATAFILE_SIZE => io_datafile_size; 253 253 default => io_cleanup; … … 1806 1806 * getattr_datafile_sizes states machine we jump to 1807 1807 */ 1808 sm_p->getattr.size_array = sm_p->u.io.dfile_size_array; 1808 /* getattr_datafile_sizes state machine allocates getattr.size_array */ 1809 //sm_p->getattr.size_array = sm_p->u.io.dfile_size_array; 1809 1810 1810 1811 /* setting this state result will cause the state machine to … … 1882 1883 ret = io_zero_fill_holes(sm_p, eor, 1883 1884 attr->u.meta.dfile_count, 1884 sm_p->u.io.dfile_size_array, 1885 sm_p->getattr.size_array, 1886 //sm_p->u.io.dfile_size_array, 1885 1887 NULL); 1886 1888 if(ret < 0) … … 1905 1907 ret = io_zero_fill_holes(sm_p, eof, 1906 1908 attr->u.meta.dfile_count, 1907 sm_p->u.io.dfile_size_array, 1909 sm_p->getattr.size_array, 1910 //sm_p->u.io.dfile_size_array, 1908 1911 NULL); 1909 1912 if(ret < 0)
