lkml.org 
[lkml]   [2022]   [Aug]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[RFC PATCH v2 5/5] smbfs: show a warning about new name
Date
Also inform users about a possible removal of the existing aliases.

Signed-off-by: Enzo Matsumiya <ematsumiya@suse.de>
---
fs/smb/core.c | 4 ++++
1 file changed, 4 insertions(+)

diff --git a/fs/smb/core.c b/fs/smb/core.c
index 4bc019ef90e2..0d69e3f0eee9 100644
--- a/fs/smb/core.c
+++ b/fs/smb/core.c
@@ -1724,6 +1724,10 @@ init_cifs(void)
goto out_init_cifs_idmap;
}

+ pr_warn("This module has been renamed to \"smbfs.ko\" and its "
+ "current aliases (\"cifs\" and \"smb3\") might be removed "
+ "in a future kernel release.\n");
+
return 0;

out_init_cifs_idmap:
--
2.35.3
\
 
 \ /
  Last update: 2022-08-02 21:02    [W:0.078 / U:0.360 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site