commit | d2445556137c38ae15d3191174bfd235630ed7cd | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Fri Oct 08 03:38:46 2010 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Fri Oct 08 03:38:46 2010 +0000 |
tree | b632efe8cf403ce6ca445d2dbce6d88a2232bace | |
parent | ccc46a7402200a3b28a8fa1605ea5405a9ef66f7 [diff] [blame] |
[CIFS] Remove build warning Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 1092e9e..4944fc8 100644 --- a/fs/cifs/connect.c +++ b/fs/cifs/connect.c
@@ -3185,7 +3185,7 @@ 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);