[CIFS] Still missing a line from previous fix
Signed-off-by: Steve French (sfrench@us.ibm.com)
This commit is contained in:
@@ -410,7 +410,7 @@ static void cifs_umount_begin(struct super_block * sblock)
|
|||||||
struct cifs_sb_info *cifs_sb;
|
struct cifs_sb_info *cifs_sb;
|
||||||
struct cifsTconInfo * tcon;
|
struct cifsTconInfo * tcon;
|
||||||
|
|
||||||
cifs_sb = CIFS_SB(sb);
|
cifs_sb = CIFS_SB(sblock);
|
||||||
if(cifs_sb == NULL)
|
if(cifs_sb == NULL)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user