|
|
| version 1.31, 2006/10/04 15:37:52 | version 1.32, 2007/02/01 19:16:27 |
|---|---|
| Line 1758 estimate_dump_space( xfs_bstat_t *statp | Line 1758 estimate_dump_space( xfs_bstat_t *statp |
| */ | */ |
| accurate = maxdumpfilesize || drivecnt > 1; | accurate = maxdumpfilesize || drivecnt > 1; |
| if (HsmEstimateFileSpace(hsm_fs_ctxtp, statp, &bytes, accurate)) | if (HsmEstimateFileSpace(hsm_fs_ctxtp, NULL, statp, &bytes, accurate)) |
| return bytes; | return bytes; |
| } | } |
| return statp->bs_blocks * ( off64_t )statp->bs_blksize; | return statp->bs_blocks * ( off64_t )statp->bs_blksize; |