[CIFS] Remove build warning
authorSteve French <sfrench@us.ibm.com>
Fri, 8 Oct 2010 03:38:46 +0000 (03:38 +0000)
committerSteve French <sfrench@us.ibm.com>
Fri, 8 Oct 2010 03:38:46 +0000 (03:38 +0000)
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/connect.c

index 1092e9e..4944fc8 100644 (file)
@@ -3185,7 +3185,7 @@ int cifs_setup_session(unsigned int xid, struct cifsSesInfo *ses,
        return rc;
 }
 
-struct cifsTconInfo *
+static struct cifsTconInfo *
 cifs_construct_tcon(struct cifs_sb_info *cifs_sb, uid_t fsuid)
 {
        struct cifsTconInfo *master_tcon = cifs_sb_master_tcon(cifs_sb);