From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx6-phx2.redhat.com ([209.132.183.39]:48614 "EHLO mx6-phx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbcEERdg (ORCPT ); Thu, 5 May 2016 13:33:36 -0400 Date: Thu, 5 May 2016 13:33:31 -0400 (EDT) From: Bob Peterson To: Christoph Hellwig Cc: xfs@oss.sgi.com, linux-fsdevel@vger.kernel.org Message-ID: <1752444498.1998887.1462469611479.JavaMail.zimbra@redhat.com> In-Reply-To: <1462310947-16132-4-git-send-email-hch@lst.de> References: <1462310947-16132-1-git-send-email-hch@lst.de> <1462310947-16132-4-git-send-email-hch@lst.de> Subject: Re: [PATCH 03/14] xfs: make xfs_bmbt_to_iomap available outside of xfs_pnfs.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: ----- Original Message ----- > And ensure it works for RT subvolume files an set the block device, > both of which will be needed to be able to use the function in the > buffered write path. > > Signed-off-by: Christoph Hellwig > --- > fs/xfs/xfs_iomap.c | 27 +++++++++++++++++++++++++++ > fs/xfs/xfs_iomap.h | 4 ++++ > fs/xfs/xfs_pnfs.c | 26 -------------------------- > 3 files changed, 31 insertions(+), 26 deletions(-) Reviewed-by: Bob Peterson Ugh. Just noticed my previous ones said "Reviewed-off-by". Please change accordingly.