From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0F094C433DF for ; Thu, 16 Jul 2020 01:31:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D2A9320775 for ; Thu, 16 Jul 2020 01:31:44 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="Nealkybv" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726984AbgGPBbo (ORCPT ); Wed, 15 Jul 2020 21:31:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40548 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726785AbgGPBbo (ORCPT ); Wed, 15 Jul 2020 21:31:44 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CCB08C061755; Wed, 15 Jul 2020 18:31:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Date:Message-ID:Cc:To:Subject:From:Sender:Reply-To:Content-ID: Content-Description:In-Reply-To:References; bh=zDto2dguB1r5kca2xIH2GzdAwSan1+3DwNl3tVgA/Ks=; b=Nealkybv6uiGWaTvKKZ8bC+HcO yOy332uKDrdW6DATNZ/CmQHWEWd21r6puf1JIzgV0giMkFyxXGXKozVfdQpwSwKgDBRvtMSqDb4jC jR7uL7ngY1HAznyUmRAjGJVWbBqEDbhRYF8bDCxFlxhOI7boyvLuaJYkxyOqs7NDdx3y8e0bwa0vz f6Wd50qJSQjN+cxd7OEHnqDCHw1BM3C0FltUhM8I88b0e94KnxMdS4k0nLrnsyrYsSgkO2STP1RdQ eJkB6m5KSRX7br2aj3jfwAijTy/Tov4xw/7AnA3FoFH55LGWU3EH0hJXU81sR37tnipeD2dD0tRJP nvdwxWVw==; Received: from [2601:1c0:6280:3f0::19c2] by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1jvskI-0000cE-HI; Thu, 16 Jul 2020 01:31:34 +0000 From: Randy Dunlap Subject: [PATCH] sunrpc: fix duplicated word in To: LKML , "open list:NFS, SUNRPC, AND..." Cc: "J. Bruce Fields" , Chuck Lever , Trond Myklebust , Anna Schumaker Message-ID: <94cab2ce-65bb-f65c-e28a-c7aa5d4a13bb@infradead.org> Date: Wed, 15 Jul 2020 18:31:30 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-nfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org From: Randy Dunlap Change "time time" to "time expiry_time" to match the field name. Signed-off-by: Randy Dunlap Cc: "J. Bruce Fields" Cc: Chuck Lever Cc: Trond Myklebust Cc: Anna Schumaker Cc: linux-nfs@vger.kernel.org --- include/linux/sunrpc/cache.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- linux-next-20200714.orig/include/linux/sunrpc/cache.h +++ linux-next-20200714/include/linux/sunrpc/cache.h @@ -45,7 +45,8 @@ */ struct cache_head { struct hlist_node cache_list; - time64_t expiry_time; /* After time time, don't use the data */ + time64_t expiry_time; /* After time expiry_time, don't use + * the data */ time64_t last_refresh; /* If CACHE_PENDING, this is when upcall was * sent, else this is when update was * received, though it is alway set to