From patchwork Tue Mar 1 00:10:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve French X-Patchwork-Id: 8460631 Return-Path: X-Original-To: patchwork-cifs-client@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id AD5649F2F0 for ; Tue, 1 Mar 2016 00:11:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id CF9232015A for ; Tue, 1 Mar 2016 00:11:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C744A20154 for ; Tue, 1 Mar 2016 00:11:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751459AbcCAALH (ORCPT ); Mon, 29 Feb 2016 19:11:07 -0500 Received: from mail-ob0-f182.google.com ([209.85.214.182]:34290 "EHLO mail-ob0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750832AbcCAALG (ORCPT ); Mon, 29 Feb 2016 19:11:06 -0500 Received: by mail-ob0-f182.google.com with SMTP id ts10so151340462obc.1 for ; Mon, 29 Feb 2016 16:11:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=VOhkSL0tB224m9LHundF7VGTxPJNHUnVqAsMhzW1ris=; b=fJ5MJX6LwzgO2uRYh2uXLUFdaesCUZ4YQ8ZMMYRiIeqk5/R+tMkv3r+/+QtpGiTSbQ SGqgvLXVTlwcT/oQseyYTY9zGc0dCuNGnBRIb6EjW++RzotIxxtMade43eDNkskS966V xhw3FfGKUxF249zUDTPVoG2zJNY68Wx8nI+4JLMUxzi2D905Bf5Y3RPPuV7K+qg1QAcS XDiqFU42GpyaS8/gsAD6ONUoIyzzvSTDX9ts8/yadLyEz4rcH+1Gq/MnPMIgGg39D/ut IPzQqrYz0RC8coqcJ1FnKHo9FbpAjAXiaDqzgIz63cUWIQ2XZvdctpUdxI3i5SELVu4Z xh+Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=VOhkSL0tB224m9LHundF7VGTxPJNHUnVqAsMhzW1ris=; b=i+8DjSPc0Mzh95/gx0wXyNT4zlK8F5C2qgDiMPJuAgS6yxeKco/9eqch1eggUhTlIu pD6mnoucgkqWnmffuyQAB1YYII1aId5UUqwFpiDidCumZC/6QR4pZ6KPiLPoX1m/vLDw 5MYFyQwP79m4gKfz4abQst4wu+1tSviw+9B+GSIYjuPxGHNVgr83GdcyMhINCDu6KMWv zYJN1AN2kU5MAlvkL/OkG4+Gn1gO7g6MAv3Aspp/3cUVXN0c2qXmNOroOJyKeASZByFC bp0AmSvpq/F4Dggd5QZTUOayGDORIvJKDvdWxeevYnmP6SzixInnyewmf/+Blxr2GnHL eVnw== X-Gm-Message-State: AD7BkJIuY+q+C4a1eYBvv9iljAD3ydcguJkOotaP0hCudOfjtO3+wxVXsSC1ngHOkhuvEQ== X-Received: by 10.60.173.10 with SMTP id bg10mr14736694oec.32.1456791064913; Mon, 29 Feb 2016 16:11:04 -0800 (PST) Received: from ubuntu.localdomain (cpe-68-203-16-26.austin.res.rr.com. [68.203.16.26]) by smtp.gmail.com with ESMTPSA id a143sm1227030oib.19.2016.02.29.16.11.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 29 Feb 2016 16:11:04 -0800 (PST) From: Steve French To: linux-cifs@vger.kernel.org Cc: Steve French , Steve French , Christoph Hellwig Subject: [PATCH 2/2] CIFS: Fix duplicate line introduced by clone_file_range patch Date: Mon, 29 Feb 2016 18:10:58 -0600 Message-Id: <1456791058-92940-1-git-send-email-smfrench@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: References: Sender: linux-cifs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-cifs@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Commit 04b38d601239b4 ("vfs: pull btrfs clone API to vfs layer") added a duplicated line (in cifsfs.c) which causes a sparse compile warning. Signed-off-by: Steve French CC: Christoph Hellwig Reviewed-by: Christoph Hellwig --- fs/cifs/cifsfs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/cifs/cifsfs.c b/fs/cifs/cifsfs.c index c48ca13..2eea403 100644 --- a/fs/cifs/cifsfs.c +++ b/fs/cifs/cifsfs.c @@ -1013,7 +1013,6 @@ const struct file_operations cifs_file_strict_ops = { .llseek = cifs_llseek, .unlocked_ioctl = cifs_ioctl, .clone_file_range = cifs_clone_file_range, - .clone_file_range = cifs_clone_file_range, .setlease = cifs_setlease, .fallocate = cifs_fallocate, };