[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230913145649.3595-1-jack@suse.cz>
Date: Wed, 13 Sep 2023 17:04:53 +0200
From: Jan Kara <jack@...e.cz>
To: Ted Tso <tytso@....edu>
Cc: <linux-ext4@...r.kernel.org>, todd.e.brandt@...el.com,
lenb@...nel.org, Jan Kara <jack@...e.cz>
Subject: [PATCH 0/2] ext4: Do not let fstrim block suspend
Hello,
these two patches fix a long standing issue that long running fstrim request
can block a system suspend as reported by Len Brown in [1]. The solution is
quite simple - just report whatever we have trimmed upto now since discard
is an advisory call anyway. What makes things a bit more complex is handling
of group's TRIMMED bit - we deal with that in patch 1.
Honza
[1] https://bugzilla.kernel.org/show_bug.cgi?id=216322
Powered by blists - more mailing lists