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=-5.5 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no 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 160E4C433DB for ; Thu, 7 Jan 2021 11:29:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE58E2333C for ; Thu, 7 Jan 2021 11:29:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726822AbhAGL3I (ORCPT ); Thu, 7 Jan 2021 06:29:08 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:10559 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726313AbhAGL3I (ORCPT ); Thu, 7 Jan 2021 06:29:08 -0500 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4DBP8c6Q6BzM7CC; Thu, 7 Jan 2021 19:27:12 +0800 (CST) Received: from [10.136.114.67] (10.136.114.67) by smtp.huawei.com (10.3.19.207) with Microsoft SMTP Server (TLS) id 14.3.498.0; Thu, 7 Jan 2021 19:28:20 +0800 Subject: Re: linux-next: build warning after merge of the f2fs tree To: Stephen Rothwell , Jaegeuk Kim CC: Chao Yu , Linux Kernel Mailing List , Linux Next Mailing List References: <20210107141158.312835d8@canb.auug.org.au> From: Chao Yu Message-ID: <3f921b3d-e8f2-e010-0f6b-76596e29e997@huawei.com> Date: Thu, 7 Jan 2021 19:28:19 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20210107141158.312835d8@canb.auug.org.au> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.136.114.67] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org Hi Stephen, On 2021/1/7 11:11, Stephen Rothwell wrote: > Hi all, > > After merging the f2fs tree, today's linux-next build (htmldocs) produced > this warning: > > Documentation/ABI/testing/sysfs-fs-f2fs:382: WARNING: Inline emphasis start-string without end-string. IIUC, should I remove "/*" and "*/" for newly added entry in sysfs-fs-f2fs? +What: /sys/fs/f2fs//stat/sb_status +Date: December 2020 +Contact: "Chao Yu" +Description: Show status of f2fs superblock in real time. + + value sb status macro description + 0x1 SBI_IS_DIRTY, /* dirty flag for checkpoint */ + 0x2 SBI_IS_CLOSE, /* specify unmounting */ + 0x4 SBI_NEED_FSCK, /* need fsck.f2fs to fix */ ... Thanks, > > Introduced by commit > > f23307575903 ("f2fs: introduce sb_status sysfs node") >