commit | 4717bed6806dab0270e5bfbc45e9f999e63ededd | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Tue Feb 24 14:44:19 2009 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Thu Mar 12 01:36:20 2009 +0000 |
tree | d0a59d62c3fdd24329e970036f052a5138d6579a | |
parent | 7fc8f4e95bf9564045985bb206af8e28a5e4e28f [diff] [blame] |
[CIFS] fix build error Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 6603cb4..e4ecb1c 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c
@@ -1584,7 +1584,7 @@ CIFS_I(inode)->write_behind_rc = 0; tcon = CIFS_SB(inode->i_sb)->tcon; if (!rc && tcon && smbfile && - !(cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_SSYNC)) + !(CIFS_SB(inode->i_sb)->mnt_cifs_flags & CIFS_MOUNT_NOSSYNC)) rc = CIFSSMBFlush(xid, tcon, smbfile->netfid); }