Whamcloud - gitweb
Fix LDLM namespace leak in client_obd_connect() if there is an error
authoradilger <adilger>
Sat, 10 Aug 2002 09:50:12 +0000 (09:50 +0000)
committeradilger <adilger>
Sat, 10 Aug 2002 09:50:12 +0000 (09:50 +0000)
commit2e7e90ee07d93f7a604ec61a36b3baf4c4148570
tree3acf18bf5d47ba8cda944cfac7d34e6a6e13ba57
parentf90f4eb71c7617966b515c09d15706394a21ca1c
Fix LDLM namespace leak in client_obd_connect() if there is an error
connecting (i.e. bad UUID given for the target).

Fix semaphore imbalance in client_obd_disconnect() if we try to disconnect
an already disconnected device.
lustre/lib/l_net.c