Re: [PATCH] afs: Fix deadlock between writeback and truncate

From: David Howells
Date: Wed Oct 07 2020 - 10:59:44 EST


David Howells <dhowells@xxxxxxxxxx> wrote:

> (1) Use the vnode validate_lock to mediate access between afs_setattr()
> and afs_writepages():

Hmmm... I wonder if the problem can occur between afs_setattr() and
afs_writepage() too.

David