Re: [PATCH 08/20] mm: Allow full handling of COW faults in ->fault handlers
From: Ross Zwisler <hidden>
Date: 2016-10-17 16:50:15
Also in:
linux-fsdevel, nvdimm
From: Ross Zwisler <hidden>
Date: 2016-10-17 16:50:15
Also in:
linux-fsdevel, nvdimm
On Tue, Sep 27, 2016 at 06:08:12PM +0200, Jan Kara wrote:
To allow full handling of COW faults add memcg field to struct vm_fault and a return value of ->fault() handler meaning that COW fault is fully handled and memcg charge must not be canceled. This will allow us to remove knowledge about special DAX locking from the generic fault code. Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Ross Zwisler <redacted> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>