Changeset e13d1feb in mainline
- Timestamp:
 - 2008-04-15T01:51:21Z (18 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - d9e9caf
 - Parents:
 - 06901c6b
 - File:
 - 
      
- 1 edited
 
- 
          
  uspace/srv/fs/fat/fat_ops.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
uspace/srv/fs/fat/fat_ops.c
r06901c6b re13d1feb 279 279 static void fat_node_put(void *node) 280 280 { 281 /* TODO */ 281 fat_node_t *nodep = (fat_node_t *)node; 282 283 if (nodep->refcnt-- == 1) 284 list_append(&nodep->ffn_link, &ffn_head); 282 285 } 283 286  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  