cifs: fix problems with earlier patches
authorJeff Layton <jlayton@redhat.com>
Thu, 25 Jun 2009 04:56:54 +0000 (00:56 -0400)
committerSteve French <sfrench@us.ibm.com>
Thu, 25 Jun 2009 02:32:57 +0000 (02:32 +0000)
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: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsfs.c

index ddef913..b5e9f39 100644 (file)
@@ -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");