From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2FC078BEB for ; Wed, 20 Dec 2023 02:33:00 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="tNtk0TkF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 19339C433C7; Wed, 20 Dec 2023 02:32:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1703039580; bh=zfpztoMv6/VhejjLxbkUyaNcYXca4laObErPcQBcelQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=tNtk0TkFrmHXegPbcA8EVWRSe5OdJsSbGNnHbWj2KhOXEpCJKbdyHQSBq9o2cK+w7 M5WfNMAMRThyPDdXbz7sd7CdqZIJ8vjhDhKCgfdglGzJt4Mit/+9OFUoFIw2DdfHBJ 0AMWsXpjIRXzaHhNMCln1kHp4xemGcQtq0YAh6NUH3/YXL64Ow/BpZ3sar7cwhDdTz 2cmcxUOfvT8UhvCp8SuyutEeWSS71L8ABnBx7U4RUnnW8Yz/2L+KRJsiPbbKRAu03l fxoJsZR8YunK6lpymedfrbev42Vx17Tv3S9rBYRqeih4D4iwteTvO/0Rg5/Lkl/nqS G1Oe2YoW+Cpjw== Message-ID: <158f7fcb-e600-4bca-85b0-dcfd95366f18@kernel.org> Date: Wed, 20 Dec 2023 10:32:56 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH V5] f2fs: show more discard status by sysfs To: Zhiguo Niu , jaegeuk@kernel.org Cc: linux-f2fs-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, niuzhiguo84@gmail.com, ke.wang@unisoc.com References: <1703037598-4359-1-git-send-email-zhiguo.niu@unisoc.com> Content-Language: en-US From: Chao Yu In-Reply-To: <1703037598-4359-1-git-send-email-zhiguo.niu@unisoc.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2023/12/20 9:59, Zhiguo Niu wrote: > The current pending_discard attr just only shows the discard_cmd_cnt > information. More discard status can be shown so that we can check > them through sysfs when needed. > > Signed-off-by: Zhiguo Niu Reviewed-by: Chao Yu Thanks,