mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
[CIFS] Remove build warning
Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
ccc46a7402
commit
d244555613
1 changed files with 1 additions and 1 deletions
|
@ -3185,7 +3185,7 @@ int cifs_setup_session(unsigned int xid, struct cifsSesInfo *ses,
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct cifsTconInfo *
|
static struct cifsTconInfo *
|
||||||
cifs_construct_tcon(struct cifs_sb_info *cifs_sb, uid_t fsuid)
|
cifs_construct_tcon(struct cifs_sb_info *cifs_sb, uid_t fsuid)
|
||||||
{
|
{
|
||||||
struct cifsTconInfo *master_tcon = cifs_sb_master_tcon(cifs_sb);
|
struct cifsTconInfo *master_tcon = cifs_sb_master_tcon(cifs_sb);
|
||||||
|
|
Loading…
Add table
Reference in a new issue