Changeset b33870b in mainline for uspace/lib/fs/libfs.c


Ignore:
Timestamp:
2011-09-06T09:44:02Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7e9fce6
Parents:
80a96d2
Message:

rename device_get() method to service_get() to better reflect changes in the location service

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fs/libfs.c

    r80a96d2 rb33870b  
    837837        stat.is_directory = ops->is_directory(fn);
    838838        stat.size = ops->size_get(fn);
    839         stat.service = ops->device_get(fn);
     839        stat.service = ops->service_get(fn);
    840840       
    841841        ops->node_put(fn);
Note: See TracChangeset for help on using the changeset viewer.