From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 9BAA0C32793 for ; Wed, 24 Aug 2022 08:10:04 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 963BA3CA43B for ; Wed, 24 Aug 2022 10:10:02 +0200 (CEST) Received: from in-7.smtp.seeweb.it (in-7.smtp.seeweb.it [IPv6:2001:4b78:1:20::7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 56FFF3C9AEA for ; Wed, 24 Aug 2022 10:09:52 +0200 (CEST) Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by in-7.smtp.seeweb.it (Postfix) with ESMTPS id CC4CF2009F6 for ; Wed, 24 Aug 2022 10:09:51 +0200 (CEST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 2E8CC33D12 for ; Wed, 24 Aug 2022 08:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1661328591; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VaV7xglJxgIAwSq2DX1Va2ny4/U8k25wkwjQRfJHzR4=; b=gU+WBlg834w62SvV++ZMSZIAwMEf+lRNduqQhif75OOrMVQQUK6B6awCBmb8ZyCR8SQf8w Q9DSn8fCBXXHL9JaJm/pHpUdQEPWlYdSH7czlH/9phxe+6b7QYrv+Ox/WykwuQXtaaq3yn gJhSYaRoa8GSPFg9+j9jN2kMUJNDyjo= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1661328591; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=VaV7xglJxgIAwSq2DX1Va2ny4/U8k25wkwjQRfJHzR4=; b=AwKY4Ls/viKwkEQFGiCPI9OBIj1KrkSiKNpRSJAg1CJzxdA311J/kHGtRZ74jGeQVZQcIK PG6u48lwV2e5f6CQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id A0DA813AC0 for ; Wed, 24 Aug 2022 08:09:50 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id VaRaGM7cBWNqXgAAMHmgww (envelope-from ) for ; Wed, 24 Aug 2022 08:09:50 +0000 From: Avinesh Kumar To: ltp@lists.linux.it Date: Wed, 24 Aug 2022 13:39:47 +0530 Message-Id: <20220824080947.9414-1-akumar@suse.de> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.102.4 at in-7.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH] statx04: skip test on ntfs filesystem X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Fixes: #956 Reported-by: pragat220 Signed-off-by: Avinesh Kumar --- testcases/kernel/syscalls/statx/statx04.c | 1 + 1 file changed, 1 insertion(+) diff --git a/testcases/kernel/syscalls/statx/statx04.c b/testcases/kernel/syscalls/statx/statx04.c index 98f9a6315..3923b7f8e 100644 --- a/testcases/kernel/syscalls/statx/statx04.c +++ b/testcases/kernel/syscalls/statx/statx04.c @@ -132,6 +132,7 @@ static struct tst_test test = { .min_kver = "4.11", .skip_filesystems = (const char *const[]) { "fuse", + "ntfs", NULL }, .tags = (const struct tst_tag[]) { -- 2.37.1 -- Mailing list info: https://lists.linux.it/listinfo/ltp