Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/fs/libfs.c

    rb946bf83 rffa2c8ef  
    391391                                                if (lflag & L_CREATE)
    392392                                                        (void) ops->destroy(fn);
    393                                                 else
    394                                                         (void) ops->node_put(fn);
    395393                                                async_answer_0(rid, rc);
    396394                                        } else {
     
    475473                                        if (lflag & L_CREATE)
    476474                                                (void) ops->destroy(fn);
    477                                         else
    478                                                 (void) ops->node_put(fn);
    479475                                        async_answer_0(rid, rc);
    480476                                } else {
Note: See TracChangeset for help on using the changeset viewer.