linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add the ":" to the allowed_symbols list to work with the latest POSIX changes
@ 2024-10-15 17:35 Laurence Oberman
  2024-10-15 17:41 ` Nigel Croxon
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Laurence Oberman @ 2024-10-15 17:35 UTC (permalink / raw)
  To: linux-raid, loberman

Signed-off-by: Laurence Oberman <loberman@redhat.com>
---
 lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib.c b/lib.c
index f36ae03a..cb4b6a0f 100644
--- a/lib.c
+++ b/lib.c
@@ -485,7 +485,7 @@ bool is_name_posix_compatible(const char * const name)
 {
 	assert(name);
 
-	char allowed_symbols[] = "-_.";
+	char allowed_symbols[] = "-_.:";
 	const char *n = name;
 
 	if (!is_string_lq(name, NAME_MAX))
-- 
2.42.0


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

end of thread, other threads:[~2024-10-18  6:28 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 17:35 [PATCH] Add the ":" to the allowed_symbols list to work with the latest POSIX changes Laurence Oberman
2024-10-15 17:41 ` Nigel Croxon
2024-10-16  3:59 ` Christoph Hellwig
2024-10-16  7:50   ` Mariusz Tkaczyk
2024-10-16  7:53     ` Christoph Hellwig
2024-10-16  8:14 ` Mariusz Tkaczyk
2024-10-16 13:10   ` Laurence Oberman
2024-10-17  9:24     ` Xiao Ni
2024-10-17 11:26       ` Mariusz Tkaczyk
2024-10-17 12:23         ` Laurence Oberman
2024-10-17 15:27           ` Laurence Oberman
2024-10-17 15:31             ` Hellwig, Christoph
2024-10-18  6:28               ` Mariusz Tkaczyk
2024-10-17 15:04     ` Hellwig, Christoph

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).