Re: [RFC] Warn the user when they could overflow mapcount

From: Daniel Micay
Date: Thu Feb 08 2018 - 14:48:57 EST


I guess it could saturate and then switch to tracking the count via an
object pointer -> count mapping with a global lock? Whatever the
solution is should probably be a generic one since it's a recurring
issue.