Changeset d0a1e9b6 in mainline for uspace/srv/fs/udf/udf_ops.c


Ignore:
Timestamp:
2013-07-12T07:21:46Z (11 years ago)
Author:
Manuele Conti <conti.ma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
049d68b
Parents:
e8f0158
Message:

Update implementation size, total, free block operations like new stucture statfs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/udf/udf_ops.c

    re8f0158 rd0a1e9b6  
    249249}
    250250
    251 static long udf_size_block(service_id_t service_id)
     251static uint32_t udf_size_block(service_id_t service_id)
    252252{
    253253        udf_instance_t *instance;
Note: See TracChangeset for help on using the changeset viewer.