CIFS: Separate protocol specific part from setlk
authorPavel Shilovsky <piastry@etersoft.ru>
Wed, 28 Mar 2012 13:10:25 +0000 (17:10 +0400)
committerPavel Shilovsky <piastry@etersoft.ru>
Thu, 17 May 2012 09:07:48 +0000 (13:07 +0400)
Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru>
fs/cifs/file.c

index 9c2d85d..ed9b5a8 100644 (file)
@@ -1357,8 +1357,8 @@ cifs_setlk(struct file *file,  struct file_lock *flock, __u32 type,
                if (rc <= 0)
                        goto out;
 
-               rc = CIFSSMBLock(xid, tcon, netfid, current->tgid, length,
-                                flock->fl_start, 0, 1, type, wait_flag, 0);
+               rc = cifs_mandatory_lock(xid, cfile, flock->fl_start, length,
+                                        type, 1, 0, wait_flag);
                if (rc) {
                        kfree(lock);
                        goto out;