locks: let the caller free file_lock on ->setlease failure
[cascardo/linux.git] / fs / gfs2 / file.c
index ac943c1..aa99647 100644 (file)
@@ -629,8 +629,6 @@ static ssize_t gfs2_file_aio_write(struct kiocb *iocb, const struct iovec *iov,
 
 static int gfs2_setlease(struct file *file, long arg, struct file_lock **fl)
 {
-       if (arg != F_UNLCK)
-               locks_free_lock(*fl);
        return -EINVAL;
 }