diff options
author | Steve French <sfrench@us.ibm.com> | 2006-05-30 14:08:26 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2006-05-30 14:08:26 -0400 |
commit | 08775834c412c48f3539ef7ed073fff58e3cf419 (patch) | |
tree | efa1a6b41e8d0017f7bcf2352f935b700286e876 /fs/cifs/file.c | |
parent | cec6815a12edc91b123394f29d672cb9fa6cf79f (diff) |
[CIFS] Fix typos in previous fix
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/file.c')
-rw-r--r-- | fs/cifs/file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/cifs/file.c b/fs/cifs/file.c index c881a1a29f0b..5e59723c02bd 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
@@ -905,8 +905,8 @@ static ssize_t cifs_write(struct file *file, const char *write_data, | |||
905 | break; | 905 | break; |
906 | } | 906 | } |
907 | if(experimEnabled || (pTcon->ses->server && | 907 | if(experimEnabled || (pTcon->ses->server && |
908 | (pTcon->ses->server->secMode & | 908 | ((pTcon->ses->server->secMode & |
909 | (SECMODE_SIGN_REQUIRED | SECMODE_SIGN_ENABLED) | 909 | (SECMODE_SIGN_REQUIRED | SECMODE_SIGN_ENABLED)) |
910 | == 0))) { | 910 | == 0))) { |
911 | struct kvec iov[2]; | 911 | struct kvec iov[2]; |
912 | unsigned int len; | 912 | unsigned int len; |