Fix for building libzpool under i386.
Reviewed by: pjd (mentor) Approved by: pjd (mentor) MFC after: 2 weeks
This commit is contained in:
parent
2883fbd521
commit
def84b9736
@ -44,7 +44,7 @@
|
||||
atomic_add_64(&(tm)->tm_bytes, (size))
|
||||
|
||||
#define TRIM_MAP_SDEC(tm, size) \
|
||||
atomic_subtract_64(&(tm)->tm_bytes, (size))
|
||||
atomic_add_64(&(tm)->tm_bytes, -(size))
|
||||
|
||||
#define TRIM_MAP_QINC(tm) \
|
||||
atomic_inc_64(&(tm)->tm_pending); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user