Changeset 43ed4f3 in mainline


Ignore:
Timestamp:
2010-03-02T22:36:04Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
11485d0c
Parents:
91001e2
Message:

Drop reply→mutex before reattempting icmp_globals.lock.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/icmp/icmp.c

    r91001e2 r43ed4f3  
    343343                result = ERROR_CODE;
    344344
     345                // drop the reply mutex
     346                fibril_mutex_unlock( & reply->mutex );
    345347                // lock the globals again and clean up
    346348                fibril_rwlock_write_lock( & icmp_globals.lock );
Note: See TracChangeset for help on using the changeset viewer.