lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20240903044455.11268-1-bajing@cmss.chinamobile.com>
Date: Tue,  3 Sep 2024 12:44:55 +0800
From: Ba Jing <bajing@...s.chinamobile.com>
To: shuah@...nel.org
Cc: bajing@...s.chinamobile.com,
	linux-kselftest@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH] memfd: fuse_mnt: remove unused macro

The macro FUSE_USE_VERSION is never referenced in the code,
just remove it.

Signed-off-by: Ba Jing <bajing@...s.chinamobile.com>
---
 tools/testing/selftests/memfd/fuse_mnt.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tools/testing/selftests/memfd/fuse_mnt.c b/tools/testing/selftests/memfd/fuse_mnt.c
index 6936f2a001f3..f9f06fd43c5f 100644
--- a/tools/testing/selftests/memfd/fuse_mnt.c
+++ b/tools/testing/selftests/memfd/fuse_mnt.c
@@ -12,8 +12,6 @@
  * file-system.
  */
 
-#define FUSE_USE_VERSION 26
-
 #include <fuse.h>
 #include <stdio.h>
 #include <string.h>
-- 
2.33.0




Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ