Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 27adb44c authored by Steve French's avatar Steve French
Browse files

[CIFS] warn if both dynperm and cifsacl mount options specified



Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 4ca691a8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2120,6 +2120,10 @@ cifs_mount(struct super_block *sb, struct cifs_sb_info *cifs_sb,
			cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_DIRECT_IO;
		}

		if ((volume_info.cifs_acl) && (volume_info.dynperm))
			cERROR(1, ("mount option dynperm ignored if cifsacl "
				   "mount option supported"));

		tcon =
		    find_unc(sin_server.sin_addr.s_addr, volume_info.UNC,
			     volume_info.username);