Commit d2445556 authored by Steve French's avatar Steve French

[CIFS] Remove build warning

Signed-off-by: default avatarSteve French <sfrench@us.ibm.com>
parent ccc46a74
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment