On Thu, Jan 29, 2015 at 8:33 AM, Minchan Kim wrote: > On Wed, Jan 28, 2015 at 11:56:51PM +0900, Sergey Senozhatsky wrote: > > I don't like re-introduced ->init_done. > > another idea... how about using `zram->disksize == 0' instead of > > `->init_done' (previously `->meta != NULL')? should do the trick. > > It could be. > > care to change it? > > > > > > and I'm not sure I get this rmb... > > What makes you not sure? > I think it's clear and common pattern for smp_[wmb|rmb]. :) > well... what that "if (ret)" gives? it's almost always true, because the device is initialized during read/write operations (in 99.99% of cases). -ss