Changeset 4af2f36 in mainline


Ignore:
Timestamp:
2011-11-06T00:23:38Z (12 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
460514d
Parents:
6f9ef87a
Message:

move code outside mutex-protected sections if not needed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_ops.c

    r6f9ef87a r4af2f36  
    558558        }
    559559        assert(found);
     560        fibril_mutex_unlock(&mtab_list_lock);
    560561
    561562        free(mp);
    562563
    563         fibril_mutex_unlock(&mtab_list_lock);
    564564        async_answer_0(rid, EOK);
    565565}
Note: See TracChangeset for help on using the changeset viewer.