Linux Kernel Selftest development
 help / color / mirror / Atom feed
* [PATCH] memfd: fuse_mnt: remove unused macro
@ 2024-09-03  4:44 Ba Jing
  2024-09-24  9:11 ` kernel test robot
  2024-09-25 15:29 ` Shuah Khan
  0 siblings, 2 replies; 3+ messages in thread
From: Ba Jing @ 2024-09-03  4:44 UTC (permalink / raw)
  To: shuah; +Cc: bajing, linux-kselftest, linux-kernel

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

Signed-off-by: Ba Jing <bajing@cmss.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




^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-25 15:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-03  4:44 [PATCH] memfd: fuse_mnt: remove unused macro Ba Jing
2024-09-24  9:11 ` kernel test robot
2024-09-25 15:29 ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox