From patchwork Tue May 21 03:47:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Sandeen X-Patchwork-Id: 10952857 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 127DC912 for ; Tue, 21 May 2019 03:47:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E9323288F3 for ; Tue, 21 May 2019 03:47:13 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D88E4288E8; Tue, 21 May 2019 03:47:13 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7F760288E8 for ; Tue, 21 May 2019 03:47:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726511AbfEUDrM (ORCPT ); Mon, 20 May 2019 23:47:12 -0400 Received: from sandeen.net ([63.231.237.45]:56360 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726335AbfEUDrM (ORCPT ); Mon, 20 May 2019 23:47:12 -0400 Received: by sandeen.net (Postfix, from userid 500) id DFD07325F; Mon, 20 May 2019 22:47:08 -0500 (CDT) From: Eric Sandeen To: linux-xfs@vger.kernel.org Subject: [PATCH 0/7] xfsprogs: libxfs spring cleaning take 3 Date: Mon, 20 May 2019 22:47:00 -0500 Message-Id: <1558410427-1837-1-git-send-email-sandeen@redhat.com> X-Mailer: git-send-email 1.8.3.1 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Ok, i'll be damned if I have a nice handle on libxfs namespace still, so just drop the 2 patches that touched it in any way, shape, or form. Also drop the libxfs_getsb() arg patches, since Darrick would like me to merge that from kernelspace later. So this series just does some cosmetic fixups, mostly with an eye towards sharing xfs_trans_inode.c with the kernel, which does finally happen in patch 7. ALl the previous RVBs are intact, only changes are libxfs namespace swizzling, but I'll leave time for a NAK if anyone wants to. Thanks, -Eric