Changeset c06dbf9 in mainline
- Timestamp:
- 2008-08-14T19:15:24Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25becee8
- Parents:
- 79d031b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/fat/fat_ops.c
r79d031b rc06dbf9 292 292 block_t *b; 293 293 fat_dentry_t *d; 294 fat_node_t *nodep ;294 fat_node_t *nodep = NULL; 295 295 unsigned bps; 296 296 unsigned dps; … … 303 303 futex_down(&idxp->nodep->lock); 304 304 if (!idxp->nodep->refcnt++) 305 list_remove(& nodep->ffn_link);305 list_remove(&idxp->nodep->ffn_link); 306 306 futex_up(&idxp->nodep->lock); 307 307 return idxp->nodep;
Note:
See TracChangeset
for help on using the changeset viewer.