Changeset 34f62f8 in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c
- Timestamp:
- 2008-04-20T11:22:33Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 869e546
- Parents:
- 9765182
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs_ops.c
r9765182 r34f62f8 71 71 /* Forward declarations of static functions. */ 72 72 static void *tmpfs_match(void *, const char *); 73 static void *tmpfs_node_get(dev_handle_t, fs_index_t , fs_index_t);73 static void *tmpfs_node_get(dev_handle_t, fs_index_t); 74 74 static void tmpfs_node_put(void *); 75 75 static void *tmpfs_create_node(int); … … 269 269 270 270 void * 271 tmpfs_node_get(dev_handle_t dev_handle, fs_index_t index , fs_index_t pindex)271 tmpfs_node_get(dev_handle_t dev_handle, fs_index_t index) 272 272 { 273 273 unsigned long key = index;
Note:
See TracChangeset
for help on using the changeset viewer.