Whamcloud - gitweb
Replace explicit strcmps with obd_uuid_equals.
authorshaver <shaver>
Tue, 27 May 2003 17:40:08 +0000 (17:40 +0000)
committershaver <shaver>
Tue, 27 May 2003 17:40:08 +0000 (17:40 +0000)
commit8cdce86964778a6984eacfc715ab023ca012a3b5
tree42c212cc08f8371a6b8b4ca8ad4089463fc22d18
parent81c6935dca61091509b6e082119d082366ff3d5d
Replace explicit strcmps with obd_uuid_equals.

Replace (most) literal "OBD_CLASS_UUID" string use with a shared lctl_fake_uuid
structure.

Fix leak of reqmsg for delayed replies that are aborted (such as when recovery
times out after some clients have completed their replay).

b=1300: When we drop a reply due to obd_fail_loc, wait for ack-or-commit.
        Also, find locks for resent lock enqueues without use of
        exp_outstanding reply, which may well be long gone.

Send the right handle for reconnect (not the portals_handle, which has h_link
where we want to find a cookie, etc.).

Don't allocate transnos for requests that already have them (read: requests that
are being replayed).
lustre/ldlm/ldlm_lib.c