Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 91755c0d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ion: Use up_read where appropriate"

parents 98760d8f 0a7ec06a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1727,7 +1727,7 @@ void show_ion_usage(struct ion_device *dev)
			heap->debug_show(heap, NULL, 0);

	}
	up_write(&dev->lock);
	up_read(&dev->lock);
}

#ifdef DEBUG_HEAP_SHRINKER