580.126.09

This commit is contained in:
Maneet Singh
2026-01-13 09:25:36 -08:00
parent de3d54abf3
commit 455d4b8b75
67 changed files with 160854 additions and 160120 deletions

View File

@@ -889,7 +889,7 @@ nv_procfs_close_unbind_lock(
down(&nvl->ldata_lock);
if ((value == 1) && !(nv->flags & NV_FLAG_UNBIND_LOCK))
{
if (NV_ATOMIC_READ(nvl->usage_count) == 0)
if (atomic64_read(&nvl->usage_count) == 0)
rm_unbind_lock(sp, nv);
if (nv->flags & NV_FLAG_UNBIND_LOCK)