Re: [PATCH v3 11/18] ext4: Tell the VFS that readpage was synchronous
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-10-18 14:25:04
Also in:
linux-ext4, linux-fsdevel
From: "Theodore Y. Ts'o" <tytso@mit.edu>
Date: 2020-10-18 14:25:04
Also in:
linux-ext4, linux-fsdevel
On Fri, Oct 16, 2020 at 05:04:36PM +0100, Matthew Wilcox (Oracle) wrote:
The ext4 inline data readpage implementation was already synchronous, so use AOP_UPDATED_PAGE to avoid cycling the page lock. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Theodore Ts'o <tytso@mit.edu>