From: Michael Chan <[email protected]> Date: Fri, 2 Aug 2019 02:17:51 -0400
> The driver is relying on zero'ed allocated memory and does not > explicitly call atomic_set() to initialize the ref counts to 0. Add > these atomic_set() calls so that it will be more straight forward > to convert atomic ref counts to refcount_t. > > Reported-by: Chuhong Yuan <[email protected]> > Cc: Rasesh Mody <[email protected]> > Cc: <[email protected]> > Signed-off-by: Michael Chan <[email protected]> Applied.
