X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=blobdiff_plain;f=module%2Fzfs%2Farc.c;h=c1b86717427adcc22bbbd05e353b90fadc8ef563;hb=c65aa5b2b9c48375ea1c451f252f0056e16f4e49;hp=d38d9a367294b873e28e30370d754b8f51e8547d;hpb=e75c13c353571efaa9b4e047f16969ec13a518f5;p=zfs.git diff --git a/module/zfs/arc.c b/module/zfs/arc.c index d38d9a3..c1b8671 100644 --- a/module/zfs/arc.c +++ b/module/zfs/arc.c @@ -3414,7 +3414,7 @@ arc_tempreserve_space(uint64_t reserve, uint64_t txg) * in order to compress/encrypt/etc the data. We therefor need to * make sure that there is sufficient available memory for this. */ - if (error = arc_memory_throttle(reserve, anon_size, txg)) + if ((error = arc_memory_throttle(reserve, anon_size, txg))) return (error); /*