Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp269481pxv; Wed, 21 Jul 2021 22:50:53 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx0XPiBsJCalYOBwXi+yVsp0W3LNrDG7lUEIDwbufPIXHyMusJbcFfDNXHOqqJpjeXhr0dk X-Received: by 2002:a02:cf15:: with SMTP id q21mr2030918jar.119.1626933053173; Wed, 21 Jul 2021 22:50:53 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1626933053; cv=none; d=google.com; s=arc-20160816; b=HLIWXAkiKv6UJAV3MyT1LUoclfizO5VUfzS80Udcyn4x/eq0OtnZzUXxIuB7pYimgJ 6DdkA9kbR0D8milnfZahwSdkwdPNxvomtGuG/VurwPj3ezRiyTJXnsZPl5RE++GtLgLF r3nXPVKZcUquFgqq6tJF+j33iC+pGZ6BJuq+5T2kcX6gP+eEAc+vkVe7hxpbBnc9NS8I twx4TcdYHBG9xDgdtuCkPnu8j8AjhjN6gu2oNL9wvfk4OaqxZk+AVbXCDHvScCvMW8V7 /5mBrgH8RPR5ExsC90jNhcO7of4nfFAZH0hV3zodMDS/G79qzHfL3B7GoAB0h1tB4E+b 7aLg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=0J89/uP9lXLyoxM1Ee92ERi+4UY4jrHzqQpmE4RqHYc=; b=MZQEKWgAx6cYiXEoGtENy7kAtkSkp7mTbheoouh40D1VTTkaoFuee4pn0WStfzAIRZ DFXcILqUtZed8bhbT7PL2rF/E5gk08YXtjP/eZXSE+RFDSP+BGQA8ikesUIFXcvPrQgf GMqiQj/RGK6E+EqRYgC7wqb6IAbcjgX6xIVmnYcp6a0+10XCOFttHNSAllz1XCYbWNOH 5MRPmBnuqwnKlc1noehjU2+5nxnGLCO2N8WVR0bBZvJu/ClJ4gLy1nRA1Yc97kGGfEH4 oVQeUgIDkLJZOjQPUf3eeFqPfaFn7vx6vVDPxyN4YgPnoJOKpxlbRgYayyeweL4PQ3SB Lfcw== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=aIPLAvK9; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 7si32444379ilx.20.2021.07.21.22.50.41; Wed, 21 Jul 2021 22:50:53 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=aIPLAvK9; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230170AbhGVFJW (ORCPT + 99 others); Thu, 22 Jul 2021 01:09:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:51578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229905AbhGVFJV (ORCPT ); Thu, 22 Jul 2021 01:09:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 92B4B60FD7; Thu, 22 Jul 2021 05:49:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626932997; bh=0J89/uP9lXLyoxM1Ee92ERi+4UY4jrHzqQpmE4RqHYc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aIPLAvK9wWvjJc1eLVZXJ3aVEwRZafhEWM1xR70neXS/99CkcgONkfaZMksw6NUO6 z74omm3Mtxo3ebR2NDGpwExWa9Sqem0p8UFFwf4ed0shcUk5E7aM6KVuttlU0KLfMQ yifYPhh6pFIr0q8p01dN6cFkJQaOeCD8dsGet260= Date: Thu, 22 Jul 2021 07:49:53 +0200 From: Greg Kroah-Hartman To: "xiyuyang19@fudan.edu.cn" Cc: Tejun Heo , linux-kernel@vger.kernel.org, yuanxzhang@fudan.edu.cn, Xin Tan Subject: Re: [PATCH] kernfs: Convert from atomic_t to refcount_t on kernfs_node->count Message-ID: References: <60f8506d.1c69fb81.d8d4d.3bceSMTPIN_ADDED_BROKEN@mx.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <60f8506d.1c69fb81.d8d4d.3bceSMTPIN_ADDED_BROKEN@mx.google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 22, 2021 at 12:50:34AM +0800, xiyuyang19@fudan.edu.cn wrote: You sent an empty reply???