From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id C79357F53 for ; Thu, 21 Aug 2014 19:51:55 -0500 (CDT) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay1.corp.sgi.com (Postfix) with ESMTP id A70E48F804B for ; Thu, 21 Aug 2014 17:51:52 -0700 (PDT) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id c3CeV1g5YXjbqtxM (version=TLSv1 cipher=AES256-SHA bits=256 verify=NO) for ; Thu, 21 Aug 2014 17:51:51 -0700 (PDT) Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s7M0ppvt021167 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 21 Aug 2014 20:51:51 -0400 Received: from liberator.sandeen.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s7M0pnnr026609 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Thu, 21 Aug 2014 20:51:50 -0400 Message-ID: <53F6942B.80808@redhat.com> Date: Thu, 21 Aug 2014 19:51:55 -0500 From: Eric Sandeen MIME-Version: 1.0 Subject: [PATCH 0/4] xfs: more code refactoring List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: xfs-oss combine some directory & rt code which was cut&paste long ago... libxfs/xfs_dir2.c | 67 +++--------------- libxfs/xfs_dir2.h | 2 libxfs/xfs_rtbitmap.c | 45 ++++++++++-- xfs_file.c | 178 ++++++++++++++------------------------------------ xfs_inode.c | 24 ++++-- xfs_log_recover.c | 83 ++++++++--------------- xfs_rtalloc.c | 55 --------------- xfs_rtalloc.h | 4 + xfs_symlink.c | 8 +- 9 files changed, 158 insertions(+), 308 deletions(-) _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs