diff options
author | Steve French <sfrench@us.ibm.com> | 2010-10-08 03:38:46 +0000 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2010-10-08 03:38:46 +0000 |
commit | d2445556137c38ae15d3191174bfd235630ed7cd (patch) | |
tree | b632efe8cf403ce6ca445d2dbce6d88a2232bace /fs/cifs/connect.c | |
parent | ccc46a7402200a3b28a8fa1605ea5405a9ef66f7 (diff) |
[CIFS] Remove build warning
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/connect.c')
-rw-r--r-- | fs/cifs/connect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/connect.c b/fs/cifs/connect.c index 1092e9e839c2..4944fc84d5ef 100644 --- a/fs/cifs/connect.c +++ b/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); |