Actions
Bug #5042
closedstop using deprecated atomic functions
Start date:
2014-07-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
needs-triage
Gerrit CR:
Description
cas8, cas32, cas64, caslong, casptr, atomic_and_long, and atomic_or_long are deprecated. The code in the gate shouldn't use them.
Updated by Electric Monk about 8 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 75d94465dbafa487b716482dc36d5150a4ec9853
commit 75d94465dbafa487b716482dc36d5150a4ec9853 Author: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Date: 2014-08-12T16:27:14.000Z 5042 stop using deprecated atomic functions Reviewed by: Dan McDonald <danmcd@omniti.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions