From: Steve French Date: Mon, 10 Oct 2005 21:31:13 +0000 (-0700) Subject: [CIFS] Still missing a line from previous fix X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=34210f33025a3256b9ac3f0a182f02f1879140cb;p=deliverable%2Flinux.git [CIFS] Still missing a line from previous fix Signed-off-by: Steve French (sfrench@us.ibm.com) --- diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index 99e087d3554f..3bc9db522600 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -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;