dect
/
linux-2.6
Archived
13
0
Fork 0

[CIFS] Still missing a line from previous fix

Signed-off-by: Steve French (sfrench@us.ibm.com)
This commit is contained in:
Steve French 2005-10-10 14:31:13 -07:00
parent 9e2e85f82f
commit 34210f3302
1 changed files with 1 additions and 1 deletions

View File

@ -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;