[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 1092e9e839c281d87c16e5c297c66cc3da3055c0..4944fc84d5efb7cb719646e4290e05fd54762f3d 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);