On (04/26/17 09:52), [email protected] wrote: [..] > struct zram_entry { > + struct rb_node rb_node; > + u32 len; > + u32 checksum; > + unsigned long refcount;
use refcount_t? what do you think?
-ss
On (04/26/17 09:52), [email protected] wrote: [..] > struct zram_entry { > + struct rb_node rb_node; > + u32 len; > + u32 checksum; > + unsigned long refcount;
use refcount_t? what do you think?
-ss