commit | 40d84e198b0ae64df71ac0e70675b16900b90bde | [log] [tgz] |
---|---|---|
author | Chen Yu <yu.c.chen@intel.com> | Wed Sep 06 12:18:41 2023 +0800 |
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | Tue Sep 12 11:45:15 2023 +0200 |
tree | b82aea1aea99a1d5698b45dd2fc384ec60469ba1 | |
parent | 0bb80ecc33a8fb5a682236443c1e740d5c917d1d [diff] |
PM: hibernate: Rename function parameter from snapshot_test to exclusive Several functions reply on snapshot_test to decide whether to open the resume device exclusively. However there is no strict connection between the snapshot_test and the open mode. Rename the 'snapshot_test' input parameter to 'exclusive' to better reflect the use case. No functional change is expected. Signed-off-by: Chen Yu <yu.c.chen@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>