Changeset dcc44ca1 in mainline


Ignore:
Timestamp:
2011-09-25T18:32:24Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1db44ea
Parents:
f1d6866
Message:

We don't need to call block_cache_fini() if block_cache_init() failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs_ops.c

    rf1d6866 rdcc44ca1  
    267267        if (rc != EOK) {
    268268                mfsdebug("block cache initialization failed\n");
    269                 block_cache_fini(service_id);
    270269                rc = EINVAL;
    271270                goto out_error;
Note: See TracChangeset for help on using the changeset viewer.