diff options
| author | Steve French <sfrench@us.ibm.com> | 2010-10-07 23:38:46 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2010-10-07 23:38:46 -0400 |
| commit | d2445556137c38ae15d3191174bfd235630ed7cd (patch) | |
| tree | b632efe8cf403ce6ca445d2dbce6d88a2232bace | |
| parent | ccc46a7402200a3b28a8fa1605ea5405a9ef66f7 (diff) | |
[CIFS] Remove build warning
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -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, | |||
| 3185 | return rc; | 3185 | return rc; |
| 3186 | } | 3186 | } |
| 3187 | 3187 | ||
| 3188 | struct cifsTconInfo * | 3188 | static struct cifsTconInfo * |
| 3189 | cifs_construct_tcon(struct cifs_sb_info *cifs_sb, uid_t fsuid) | 3189 | cifs_construct_tcon(struct cifs_sb_info *cifs_sb, uid_t fsuid) |
| 3190 | { | 3190 | { |
| 3191 | struct cifsTconInfo *master_tcon = cifs_sb_master_tcon(cifs_sb); | 3191 | struct cifsTconInfo *master_tcon = cifs_sb_master_tcon(cifs_sb); |
