Re: [PATCH 2/2] dax: assert that i_rwsem is held exclusive for writes
From: Theodore Ts'o <hidden>
Date: 2017-02-08 19:43:47
Also in:
linux-fsdevel, nvdimm
From: Theodore Ts'o <hidden>
Date: 2017-02-08 19:43:47
Also in:
linux-fsdevel, nvdimm
On Wed, Jan 11, 2017 at 10:02:50AM +0100, Jan Kara wrote:
On Tue 10-01-17 16:48:08, Christoph Hellwig wrote:quoted
Make sure all callers follow the same locking protocol, given that DAX transparantly replaced the normal buffered I/O path. Signed-off-by: Christoph Hellwig <redacted>Looks good. You can add: Reviewed-by: Jan Kara <redacted> Probably also for Ted since it depends on the ext4 fix...
Thanks, applied to the ext4 tree. - Ted