From patchwork Tue Oct 22 18:48:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 11205091 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A9BBA112C for ; Tue, 22 Oct 2019 18:48:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8752921872 for ; Tue, 22 Oct 2019 18:48:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="k6FQPSYV" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732322AbfJVSsK (ORCPT ); Tue, 22 Oct 2019 14:48:10 -0400 Received: from aserp2120.oracle.com ([141.146.126.78]:50438 "EHLO aserp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729696AbfJVSsJ (ORCPT ); Tue, 22 Oct 2019 14:48:09 -0400 Received: from pps.filterd (aserp2120.oracle.com [127.0.0.1]) by aserp2120.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x9MIiCmj091007; Tue, 22 Oct 2019 18:48:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=subject : from : to : cc : date : message-id : mime-version : content-type : content-transfer-encoding; s=corp-2019-08-05; bh=6tVlVVEiUlgnSt4yREgI2rtQhbDBX+lsSS6BvplFXHI=; b=k6FQPSYVV8bhm2mkv6r4P/spPnJV9U8Mpn5NSSaHRQs1RsPPiFlKzFQqUjxFgdI360Vy 0GSJ3oUWuJ/r/4BB8Kav1LLKiuNIfWJ74Sp3MLSE0C7l+EsiYyoz8rldlz+VFEK0yZO+ 9ehcZGbkwsY/7akoIRuICu+9uaKatOhgu4FIt+K3C543f+fLfnHK6inaKigULADhBxvG dkZB/jZ9jwG6z2sBswL80trT2e4mr20fkf5RdjTAi/I6wVvUMW9+Tn20x33SRxlLBQU4 YczqI8sxGC9uzYHCmhhttDEv4JQx/sCDODo/ARA56sofvf7vhYJXYjzy/eTWRV6cceai Ug== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by aserp2120.oracle.com with ESMTP id 2vqteprr3a-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 22 Oct 2019 18:48:08 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x9MIiRn4064727; Tue, 22 Oct 2019 18:48:08 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserp3020.oracle.com with ESMTP id 2vt2hdkcsk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 22 Oct 2019 18:48:07 +0000 Received: from abhmp0014.oracle.com (abhmp0014.oracle.com [141.146.116.20]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x9MIm6nF029760; Tue, 22 Oct 2019 18:48:06 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 22 Oct 2019 11:48:05 -0700 Subject: [PATCH 0/4] libfrog: take over platform code headers From: "Darrick J. Wong" To: sandeen@sandeen.net, darrick.wong@oracle.com Cc: linux-xfs@vger.kernel.org Date: Tue, 22 Oct 2019 11:48:05 -0700 Message-ID: <157177008495.1460186.12329293699422541895.stgit@magnolia> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9418 signatures=668684 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 suspectscore=0 malwarescore=0 phishscore=0 bulkscore=0 spamscore=0 mlxscore=0 mlxlogscore=896 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1910220156 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9418 signatures=668684 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=995 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1908290000 definitions=main-1910220156 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org Hi all, This series cleans up a couple of libfrog platform problems, removes unnecessary libxfs wrappers of libfrog functions, and finishes by moving headers for libfrog's platform code into libfrog/platform.h. If you're going to start using this mess, you probably ought to just pull from my git trees, which are linked below. This is an extraordinary way to destroy everything. Enjoy! Comments and questions are, as always, welcome. --D xfsprogs git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=libfrog-migrate-platform-code