diff options
author | 2023-07-11 13:48:12 +0200 | |
---|---|---|
committer | 2023-07-11 19:58:08 +0200 | |
commit | c9e4bf607d8c431452ef362c00e62ce999bbae93 (patch) | |
tree | f2fe408df70ef56eeb4f81ec4e624adf77d0cea2 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 6.5-rc1 (diff) | |
download | wireguard-linux-c9e4bf607d8c431452ef362c00e62ce999bbae93.tar.xz wireguard-linux-c9e4bf607d8c431452ef362c00e62ce999bbae93.zip |
PM: hibernate: Fix writing maj:min to /sys/power/resume
resume_store() first calls lookup_bdev() and after tries to handle
maj:min, but it does not reset the error before, hence if you will write
maj:min you will get ENOENT:
# echo 259:2 >| /sys/power/resume
bash: echo: write error: No such file or directory
This also should fix hiberation via systemd, since it uses this way.
Fixes: 1e8c813b083c4 ("PM: hibernate: don't use early_lookup_bdev in resume_store")
Signed-off-by: Azat Khuzhin <a3at.mail@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
[ rjw: Subject edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions