[CIFS] Still missing a line from previous fix
authorSteve French <sfrench@us.ibm.com>
Mon, 10 Oct 2005 21:31:13 +0000 (14:31 -0700)
committerSteve French <sfrench@us.ibm.com>
Mon, 10 Oct 2005 21:31:13 +0000 (14:31 -0700)
Signed-off-by: Steve French (sfrench@us.ibm.com)
fs/cifs/cifsfs.c

index 99e087d3554fb1c4fed179fa68e102650ca65cf9..3bc9db522600b542cb5ea98e00b108539478f706 100644 (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;
 
This page took 0.025172 seconds and 5 git commands to generate.