All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] syscalls/chown: Delete unused macro definition
@ 2021-05-06  7:11 Xie Ziyao
  2021-05-07 13:15 ` Cyril Hrubis
  0 siblings, 1 reply; 2+ messages in thread
From: Xie Ziyao @ 2021-05-06  7:11 UTC (permalink / raw)
  To: ltp

Delete unused macro definition for chown02.

Signed-off-by: Xie Ziyao <xieziyao@huawei.com>
---
 testcases/kernel/syscalls/chown/chown02.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/testcases/kernel/syscalls/chown/chown02.c b/testcases/kernel/syscalls/chown/chown02.c
index cd2c80dbd..a92a1fd2d 100644
--- a/testcases/kernel/syscalls/chown/chown02.c
+++ b/testcases/kernel/syscalls/chown/chown02.c
@@ -21,7 +21,6 @@
 #include "compat_tst_16.h"
 #include "tst_safe_macros.h"

-#define FILE_MODE	(S_IFREG|S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH)
 #define NEW_PERMS1	(S_IFREG|S_IRWXU|S_IRWXG|S_ISUID|S_ISGID)
 #define NEW_PERMS2	(S_IFREG|S_IRWXU|S_ISGID)
 #define EXP_PERMS	(S_IFREG|S_IRWXU|S_IRWXG)
--
2.17.1


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

* [LTP] [PATCH] syscalls/chown: Delete unused macro definition
  2021-05-06  7:11 [LTP] [PATCH] syscalls/chown: Delete unused macro definition Xie Ziyao
@ 2021-05-07 13:15 ` Cyril Hrubis
  0 siblings, 0 replies; 2+ messages in thread
From: Cyril Hrubis @ 2021-05-07 13:15 UTC (permalink / raw)
  To: ltp

Hi!
Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz

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

end of thread, other threads:[~2021-05-07 13:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-06  7:11 [LTP] [PATCH] syscalls/chown: Delete unused macro definition Xie Ziyao
2021-05-07 13:15 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.