Forráskód Böngészése

[CIFS] Remove build warning

Signed-off-by: Steve French <sfrench@us.ibm.com>
Steve French 14 éve
szülő
commit
d244555613
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      fs/cifs/connect.c

+ 1 - 1
fs/cifs/connect.c

@@ -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);