mbox series

[v2,0/2] hibernate: add config option for snapshot device

Message ID 20200501151452.621900831@gmail.com
Headers show
Series hibernate: add config option for snapshot device | expand

Message

Domenico Andreoli May 1, 2020, 3:14 p.m. UTC
Dear maintainers,

These are the improvements over v1 [0]:
  
 - move the mutual exclusion to hibernate.c (it was in user.c)
 - switched to refcount_t API (it was atomic_t)
 - the option is enabled by default (it was disabled by default)
 - remove the premature "DEPRECATED" marking
 - drop the redefinition of mutual exclusion helpers (in v2 they are
   owned by hibernte.c) in case the option is deselected
 - add the help message to the config option

Kind regards,
Domenico

[0] https://lore.kernel.org/linux-pm/20200413190843.044112674@gmail.com/