|
@@ -1977,14 +1977,6 @@ cifs_parse_mount_options(const char *mountdata, const char *devname,
|
|
|
goto cifs_parse_mount_err;
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_CIFS_SMB_DIRECT
|
|
|
- if (vol->rdma && vol->sign) {
|
|
|
- cifs_dbg(VFS, "Currently SMB direct doesn't support signing."
|
|
|
- " This is being fixed\n");
|
|
|
- goto cifs_parse_mount_err;
|
|
|
- }
|
|
|
-#endif
|
|
|
-
|
|
|
#ifndef CONFIG_KEYS
|
|
|
/* Muliuser mounts require CONFIG_KEYS support */
|
|
|
if (vol->multiuser) {
|