Re: [PATCH] ext4: Warn when page is dirtied without buffers
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-12-01 16:47:28
From: Theodore Ts'o <tytso@mit.edu>
Date: 2016-12-01 16:47:28
On Wed, Nov 23, 2016 at 03:01:42PM +0100, Jan Kara wrote:
Warn when a page is dirtied without buffers (as that will likely lead to a crash in ext4_writepages()) or when it gets newly dirtied without the page being locked (as there is nothing that prevents buffers to get stripped just before calling set_page_dirty() under memory pressure). Signed-off-by: Jan Kara <jack@suse.cz>
Thanks, applied. - Ted