]> git.proxmox.com Git - mirror_zfs.git/blobdiff - module/zfs/zpl_xattr.c
Update build system and packaging
[mirror_zfs.git] / module / zfs / zpl_xattr.c
index ebb6e7be2cac5498e7ae1b57f04a8bab41733136..09e38ee8bda80a3931a122360c706f68b5da6217 100644 (file)
@@ -1498,7 +1498,7 @@ zpl_posix_acl_free(void *arg)
                         * a is not last node, make sure next pointer is set
                         * by the adder and advance the head.
                         */
-                       while (ACCESS_ONCE(a->next) == NULL)
+                       while (READ_ONCE(a->next) == NULL)
                                cpu_relax();
                        acl_rel_head = a->next;
                        a->next = freelist;