Changeset 06901c6b in mainline for uspace/srv/fs/fat/fat_ops.c
- Timestamp:
- 2008-04-14T05:15:16Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e13d1feb
- Parents:
- c9f6e49f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
rc9f6e49f r06901c6b 275 275 276 276 return node; 277 } 278 279 static void fat_node_put(void *node) 280 { 281 /* TODO */ 277 282 } 278 283 … … 415 420 .match = fat_match, 416 421 .node_get = fat_node_get, 422 .node_put = fat_node_put, 417 423 .create = NULL, 418 424 .destroy = NULL,
Note:
See TracChangeset
for help on using the changeset viewer.