All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] mountd/rpc_samr: drop unused function rpc_samr_remove_domain_entry()
@ 2022-01-22 17:39 Enzo Matsumiya
  2022-01-23  1:12 ` Namjae Jeon
  0 siblings, 1 reply; 2+ messages in thread
From: Enzo Matsumiya @ 2022-01-22 17:39 UTC (permalink / raw)
  To: linux-cifs; +Cc: linkinjeon, Enzo Matsumiya

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
---
 mountd/rpc_samr.c | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/mountd/rpc_samr.c b/mountd/rpc_samr.c
index 95c607c101a3..7fe942cf3f08 100644
--- a/mountd/rpc_samr.c
+++ b/mountd/rpc_samr.c
@@ -744,15 +744,6 @@ static int rpc_samr_add_domain_entry(char *name)
 	return 0;
 }
 
-static void rpc_samr_remove_domain_entry(unsigned int eidx)
-{
-	gpointer entry;
-
-	entry = g_array_index(domain_entries, gpointer, eidx);
-	domain_entries = g_array_remove_index(domain_entries, eidx);
-	free(entry);
-}
-
 static void domain_entry_free(void *v)
 {
 	char **entry = v;
-- 
2.31.1


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

* Re: [PATCH] mountd/rpc_samr: drop unused function rpc_samr_remove_domain_entry()
  2022-01-22 17:39 [PATCH] mountd/rpc_samr: drop unused function rpc_samr_remove_domain_entry() Enzo Matsumiya
@ 2022-01-23  1:12 ` Namjae Jeon
  0 siblings, 0 replies; 2+ messages in thread
From: Namjae Jeon @ 2022-01-23  1:12 UTC (permalink / raw)
  To: Enzo Matsumiya; +Cc: linux-cifs

2022-01-23 2:39 GMT+09:00, Enzo Matsumiya <ematsumiya@suse.de>:
> Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
Applied, Thanks for your work!

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

end of thread, other threads:[~2022-01-23  1:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-22 17:39 [PATCH] mountd/rpc_samr: drop unused function rpc_samr_remove_domain_entry() Enzo Matsumiya
2022-01-23  1:12 ` Namjae Jeon

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.