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

Commit b48a4858 authored by Jeff Layton's avatar Jeff Layton Committed by Steve French
Browse files

cifs: fix problems with earlier patches



cifs: fix problems with earlier patches

cifs_show_address hasn't been introduced yet, and fix a typo that was
silently fixed by a later patch in the series.

Signed-off-by: default avatarJeff Layton <jlayton@redhat.com>
Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent 681bf72e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -374,8 +374,6 @@ cifs_show_options(struct seq_file *s, struct vfsmount *m)
	if (tcon->ses->domainName)
		seq_printf(s, ",domain=%s", tcon->ses->domainName);

	cifs_show_address(s, tcon->ses->server);

	seq_printf(s, ",uid=%d", cifs_sb->mnt_uid);
	if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_OVERR_UID)
		seq_printf(s, ",forceuid");