[PATCH 1/2] staging: zram: minimize `slot_free_lock' usage (v2)

Dan Carpenter dan.carpenter at oracle.com
Mon Sep 9 14:52:29 UTC 2013


On Mon, Sep 09, 2013 at 05:42:59PM +0300, Sergey Senozhatsky wrote:
> > 3) Explain why it is safe to test zram->slot_free_rq when we are not
> >    holding the lock.  I think it is unsafe.  I don't want to even think
> >    about it without the numbers.
> 
> atomic pointer test, which is either NULL or !NULL.
> 

That's not how concurency works.  Atomic types are complicated than
that.  Anyway, the zram maintainers don't need me to explain that to
them so I'll let them take over from here.

regards,
dan carpenter



More information about the devel mailing list