aboutsummaryrefslogtreecommitdiff
path: root/libdiskfs/filedev.c
Commit message (Collapse)AuthorAgeFilesLines
* (diskfs_get_file_device): INTS[3] contains the number of runs, not the numberMiles Bader1996-07-201-2/+2
| | | | of offsets (which is 2*NUM_RUNS).
* (diskfs_get_file_device):Miles Bader1996-05-091-39/+41
| | | | | | | | Deallocate most things we got back from file_get_storage_info even if we didn't get an error. Fix type of DATA & _DATA. BLOCKSIZE -> BLOCK_SIZE. Copy name from DATA, not DEV_NAME_BUF.
* (diskfs_get_file_device): Rewrite to use new interface.Miles Bader1996-05-071-42/+69
|
* Initial revisionMiles Bader1995-11-051-0/+107