Skip to content

Commit

Permalink
[CIFS] Still missing a line from previous fix
Browse files Browse the repository at this point in the history
Signed-off-by: Steve French (sfrench@us.ibm.com)
  • Loading branch information
Steve French committed Oct 10, 2005
1 parent 9e2e85f commit 34210f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/cifs/cifsfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 34210f3

Please sign in to comment.