Changes in uspace/lib/fs/libfs.c [b946bf83:ffa2c8ef] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.c
rb946bf83 rffa2c8ef 391 391 if (lflag & L_CREATE) 392 392 (void) ops->destroy(fn); 393 else394 (void) ops->node_put(fn);395 393 async_answer_0(rid, rc); 396 394 } else { … … 475 473 if (lflag & L_CREATE) 476 474 (void) ops->destroy(fn); 477 else478 (void) ops->node_put(fn);479 475 async_answer_0(rid, rc); 480 476 } else {
Note:
See TracChangeset
for help on using the changeset viewer.