From patchwork Wed Nov 11 00:44:37 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Darrick J. Wong" X-Patchwork-Id: 11895979 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 A4D0E1744 for ; Wed, 11 Nov 2020 00:44:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 81154221E9 for ; Wed, 11 Nov 2020 00:44:42 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="eeypsEf4" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732434AbgKKAol (ORCPT ); Tue, 10 Nov 2020 19:44:41 -0500 Received: from aserp2130.oracle.com ([141.146.126.79]:55940 "EHLO aserp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731713AbgKKAol (ORCPT ); Tue, 10 Nov 2020 19:44:41 -0500 Received: from pps.filterd (aserp2130.oracle.com [127.0.0.1]) by aserp2130.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0AB0Xwc2040688; Wed, 11 Nov 2020 00:44:39 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-2020-01-29; bh=cDUII2V+pipVAq3tinIKe87DBxXIZ/22TFE9+ZAwY94=; b=eeypsEf4Rkrv8d9k628ToZPlzxKjyZr4Os0P0T3fwSBUX0/PvzrbGt9nsgjeLS0WDM54 aG5Gq6+x6R/GBeB248DVfD7FCbCHNFUVNHULSVClWLNzS45ULM1xJ/We3P7vjH8piVoB PTgrV0iD30LAfcHW31u/O4w2/+IvuWMEczUgqoNEGQun8CvYuDvP+eB5mQ3jySd2CmHE cLOr7I7ScRRJofMuCCeXc9IxE9l7aLLJ1NFL8bvteCpZRJ8gohfXbN6TlcFberFDRNQf w0yo4xS5fu4Tj60yvwJtxTR+e9W51h1PNJO4od7FJ9G/GJ3f6yyW29qb4dPmPWkxyd13 Kg== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by aserp2130.oracle.com with ESMTP id 34nh3axw47-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 11 Nov 2020 00:44:39 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 0AB0UrXB171476; Wed, 11 Nov 2020 00:44:39 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserp3020.oracle.com with ESMTP id 34p5g12q7p-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Wed, 11 Nov 2020 00:44:39 +0000 Received: from abhmp0010.oracle.com (abhmp0010.oracle.com [141.146.116.16]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 0AB0icvc014039; Wed, 11 Nov 2020 00:44:38 GMT Received: from localhost (/67.169.218.210) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 10 Nov 2020 16:44:38 -0800 Subject: [PATCH 0/4] xfstests: fix compiler warnings with fsx/fsstress From: "Darrick J. Wong" To: darrick.wong@oracle.com, guaneryu@gmail.com Cc: linux-xfs@vger.kernel.org, fstests@vger.kernel.org Date: Tue, 10 Nov 2020 16:44:37 -0800 Message-ID: <160505547722.1389938.14377167906399924976.stgit@magnolia> User-Agent: StGit/0.19 MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9801 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxscore=0 spamscore=0 malwarescore=0 adultscore=0 phishscore=0 bulkscore=0 mlxlogscore=999 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011110001 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9801 signatures=668682 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 lowpriorityscore=0 priorityscore=1501 clxscore=1015 malwarescore=0 mlxscore=0 spamscore=0 suspectscore=0 mlxlogscore=999 impostorscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011110001 Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org Hi all, Fix all the compiler warnings emitted when building fsstress and fsx. 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 fstests git tree: https://git.kernel.org/cgit/linux/kernel/git/djwong/xfstests-dev.git/log/?h=fix-fsx-and-fsstress-warnings --- ltp/fsstress.c | 102 ++++++++++++++++++++++++++------------------------------ ltp/fsx.c | 5 +-- 2 files changed, 50 insertions(+), 57 deletions(-)