commit | f05337c6ac48d19d354e0640a8eb8fc884f82bcc | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <piastryyy@gmail.com> | Mon Apr 05 09:59:14 2010 +0400 |
committer | Steve French <sfrench@us.ibm.com> | Tue Apr 06 17:24:26 2010 +0000 |
tree | 7be4407febc50dba022112281f1f6d04eb2a5a22 | |
parent | 6513a81e9325d712f1bfb9a1d7b750134e49ff18 [diff] |
not overwriting file_lock structure after GET_LK If we have preventing lock, cifs should overwrite file_lock structure with info about preventing lock. If we haven't preventing lock, cifs should leave it unchanged except for the lock type (change it to F_UNLCK). Signed-off-by: Pavel Shilovsky <piastryyy@gmail.com> Reviewed-by: Jeff Layton <jlayton@samba.org> Signed-off-by: Steve French <sfrench@us.ibm.com>