diff options
author | Steve French <sfrench@us.ibm.com> | 2005-10-10 14:31:13 -0700 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-10-10 14:31:13 -0700 |
commit | 34210f33025a3256b9ac3f0a182f02f1879140cb (patch) | |
tree | 8990de96d44d121e42475f70094cfdc8066c1041 /fs/cifs | |
parent | 9e2e85f82fa280e937ee42152e7cbaff78be01a2 (diff) | |
download | talos-obmc-linux-34210f33025a3256b9ac3f0a182f02f1879140cb.tar.gz talos-obmc-linux-34210f33025a3256b9ac3f0a182f02f1879140cb.zip |
[CIFS] Still missing a line from previous fix
Signed-off-by: Steve French (sfrench@us.ibm.com)
Diffstat (limited to 'fs/cifs')
-rw-r--r-- | fs/cifs/cifsfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |