[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230711120806.GA27809@lst.de>
Date: Tue, 11 Jul 2023 14:08:06 +0200
From: Christoph Hellwig <hch@....de>
To: Azat Khuzhin <a3at.mail@...il.com>
Cc: linux-pm@...r.kernel.org, linux-kernel@...r.kernel.org,
Christoph Hellwig <hch@....de>
Subject: Re: [PATCH] Fix writing maj:min to /sys/power/resume (fixes
hiberation with systemd)
On Tue, Jul 11, 2023 at 01:48:12PM +0200, Azat Khuzhin wrote:
> 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.
Looks good:
Reviewed-by: Christoph Hellwig <hch@....de>
Powered by blists - more mailing lists