diff options
| author | Steve French <sfrench@us.ibm.com> | 2006-03-03 18:36:34 -0500 | 
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2006-03-03 18:36:34 -0500 | 
| commit | beb84dc8186662b17d5ea510fabb85cb7e266d33 (patch) | |
| tree | e196f2aa1b55d5cd3ba6dc7a6990979022f6e8fc | |
| parent | c6ee60b7c8bbc78e3b1776b2820a7e7f95f8996a (diff) | |
[CIFS] Set correct lock type on new posix unlock call
Signed-off-by: Steve French <sfrench@us.ibm.com>
| -rw-r--r-- | fs/cifs/file.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/fs/cifs/file.c b/fs/cifs/file.c index 71a30fd76aa8..2c093de26225 100644 --- a/fs/cifs/file.c +++ b/fs/cifs/file.c | |||
| @@ -698,7 +698,7 @@ int cifs_lock(struct file *file, int cmd, struct file_lock *pfLock) | |||
| 698 | posix_lock_type = CIFS_WRLCK; | 698 | posix_lock_type = CIFS_WRLCK; | 
| 699 | 699 | ||
| 700 | if(numUnlock == 1) | 700 | if(numUnlock == 1) | 
| 701 | posix_lock_type |= CIFS_UNLCK; | 701 | posix_lock_type = CIFS_UNLCK; | 
| 702 | else if(numLock == 0) { | 702 | else if(numLock == 0) { | 
| 703 | /* if no lock or unlock then nothing | 703 | /* if no lock or unlock then nothing | 
| 704 | to do since we do not know what it is */ | 704 | to do since we do not know what it is */ | 
