commit | 161ebf9fcca967e7396bb076af5ed18539497a3f | [log] [tgz] |
---|---|---|
author | Pavel Shilovsky <piastry@etersoft.ru> | Sat Oct 29 17:17:58 2011 +0400 |
committer | Steve French <sfrench@us.ibm.com> | Fri Nov 04 00:53:15 2011 -0500 |
tree | 3e7496b6358740e5d2bdff78739393832dad5700 | |
parent | 1a67a573b8d9f02211f36fbab50f6265dc49384a [diff] |
CIFS: Simplify setlk error handling for mandatory locking Now we allocate a lock structure at first, then we request to the server and save the lock if server returned OK though void function - it prevents the situation when we locked a file on the server and then return -ENOMEM from setlk. Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Acked-by: Jeff Layton <jlayton@samba.org> Signed-off-by: Steve French <sfrench@us.ibm.com>