From: Theodore Ts'o Subject: Re: [PATCH 2/2] dax: assert that i_rwsem is held exclusive for writes Date: Wed, 8 Feb 2017 14:43:34 -0500 Message-ID: <20170208194334.3xhu2j4p33wo26ah@thunk.org> References: <1484063288-18255-1-git-send-email-hch@lst.de> <1484063288-18255-3-git-send-email-hch@lst.de> <20170111090250.GF16116@quack2.suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-nvdimm-y27Ovi1pjclAfugRpC6u6w@public.gmane.org, linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Christoph Hellwig To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <20170111090250.GF16116-4I4JzKEfoa/jFM9bn6wA6Q@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: linux-nvdimm-bounces-hn68Rpc1hR1g9hUCZPvPmw@public.gmane.org Sender: "Linux-nvdimm" List-Id: linux-ext4.vger.kernel.org On Wed, Jan 11, 2017 at 10:02:50AM +0100, Jan Kara wrote: > On Tue 10-01-17 16:48:08, Christoph Hellwig wrote: > > 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 > > Looks good. You can add: > > Reviewed-by: Jan Kara > > Probably also for Ted since it depends on the ext4 fix... Thanks, applied to the ext4 tree. - Ted