From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH 11/11] dax: Rip out get_block based IO support Date: Wed, 2 Nov 2016 07:31:00 -0700 Message-ID: <20161102143100.GC18387@infradead.org> References: <1478034381-19037-1-git-send-email-jack@suse.cz> <1478034381-19037-12-git-send-email-jack@suse.cz> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: linux-fsdevel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Ted Tso , linux-ext4-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Dave Chinner , linux-nvdimm-y27Ovi1pjclAfugRpC6u6w@public.gmane.org To: Jan Kara Return-path: Content-Disposition: inline In-Reply-To: <1478034381-19037-12-git-send-email-jack-AlSwsSmVLrQ@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 Tue, Nov 01, 2016 at 10:06:21PM +0100, Jan Kara wrote: > No one uses functions using the get_block callback anymore. Rip them > out. Documentation/filesystems/dax.txt will also need some updates for this. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:54305 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755785AbcKBObB (ORCPT ); Wed, 2 Nov 2016 10:31:01 -0400 Date: Wed, 2 Nov 2016 07:31:00 -0700 From: Christoph Hellwig To: Jan Kara Cc: linux-ext4@vger.kernel.org, linux-fsdevel@vger.kernel.org, Dave Chinner , Ted Tso , linux-nvdimm@ml01.01.org Subject: Re: [PATCH 11/11] dax: Rip out get_block based IO support Message-ID: <20161102143100.GC18387@infradead.org> References: <1478034381-19037-1-git-send-email-jack@suse.cz> <1478034381-19037-12-git-send-email-jack@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478034381-19037-12-git-send-email-jack@suse.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Nov 01, 2016 at 10:06:21PM +0100, Jan Kara wrote: > No one uses functions using the get_block callback anymore. Rip them > out. Documentation/filesystems/dax.txt will also need some updates for this.