From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-f171.google.com ([209.85.223.171]:35546 "EHLO mail-io0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932193AbeAKVU7 (ORCPT ); Thu, 11 Jan 2018 16:20:59 -0500 Received: by mail-io0-f171.google.com with SMTP id 14so3551267iou.2 for ; Thu, 11 Jan 2018 13:20:59 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <20180111211506.328-12-agruenba@redhat.com> References: <20180111211506.328-1-agruenba@redhat.com> <20180111211506.328-12-agruenba@redhat.com> From: Andreas Gruenbacher Date: Thu, 11 Jan 2018 22:20:58 +0100 Message-ID: Subject: Re: [PATCH 10/10] gfs2: Implement buffered iomap write support (2) To: cluster-devel Cc: Andreas Gruenbacher , linux-fsdevel , Christoph Hellwig Content-Type: text/plain; charset="UTF-8" Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On 11 January 2018 at 22:15, Andreas Gruenbacher wrote: > Instead of falling back to generic_file_write_iter when writing to a > stuffed file that stays stuffed, implement that case separately. We > eventually want to get rid of the remaining users of gfs2_write_begin + > gfs2_write_end so that those functions can eventually be removed, and > generic_file_write_iter uses that interface. Oops, please ignore this patch as well. Thanks, Andreas