mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 15:13:44 -04:00
[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 cifsTconInfo * tcon;
|
||||
|
||||
cifs_sb = CIFS_SB(sb);
|
||||
cifs_sb = CIFS_SB(sblock);
|
||||
if(cifs_sb == NULL)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user