[CIFS] Remove build warning

Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
Steve French 2010-10-08 03:38:46 +00:00
parent ccc46a7402
commit d244555613
1 changed files with 1 additions and 1 deletions

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