From: Steve French Date: Mon, 10 Oct 2005 21:31:13 +0000 (-0700) Subject: [CIFS] Still missing a line from previous fix X-Git-Tag: v2.6.15-rc1~18^2~35^2~5^2~5 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=34210f33025a3256b9ac3f0a182f02f1879140cb;p=linux-2.6-omap-h63xx.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 99e087d3554..3bc9db52260 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;