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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 720F5ECAAD3 for ; Thu, 15 Sep 2022 13:07:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229682AbiIONHL (ORCPT ); Thu, 15 Sep 2022 09:07:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229521AbiIONHK (ORCPT ); Thu, 15 Sep 2022 09:07:10 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1B51A54C82; Thu, 15 Sep 2022 06:07:08 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 8A2531F45B; Thu, 15 Sep 2022 13:07:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1663247226; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ycv+ku412KioNw8zG2WTAV+1+K9VQcWQoBnH2pQy/tU=; b=LYLosnVXn+mkR1lFpUhvTxd3pj5TNdvpLX+rZbvbqzCnWGadUEfniNuiAocOm3p6hTIOKM Fd9QQ0h/jFXcXQTPaukqVZl6wmYy58Yw04039KG2r95VAktc9YWOz6HV1CIpzrkmVwI909 4uQnFA5THolqXYyT1IYO+tUnmwwDI5c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1663247226; h=from:from:reply-to:reply-to:date:date:message-id:message-id:to:to: cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ycv+ku412KioNw8zG2WTAV+1+K9VQcWQoBnH2pQy/tU=; b=3FnjNRMLa9Ki7A2hz950UiczLBh36lkLHofQ3/8oZ3tYxbyte1n7jdf/FCd1a6XUty6MoC b2eq+zJpfoW61bBQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 32FFA13A49; Thu, 15 Sep 2022 13:07:06 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id H2Z/C3ojI2OwVQAAMHmgww (envelope-from ); Thu, 15 Sep 2022 13:07:06 +0000 Date: Thu, 15 Sep 2022 15:01:38 +0200 From: David Sterba To: Christoph Hellwig Cc: Jens Axboe , Matthew Wilcox , Johannes Weiner , Suren Baghdasaryan , Andrew Morton , Chris Mason , Josef Bacik , David Sterba , Gao Xiang , Chao Yu , linux-block@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-erofs@lists.ozlabs.org, linux-mm@kvack.org Subject: Re: improve pagecache PSI annotations v2 Message-ID: <20220915130138.GO32411@suse.cz> Reply-To: dsterba@suse.cz References: <20220915094200.139713-1-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220915094200.139713-1-hch@lst.de> User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Thu, Sep 15, 2022 at 10:41:55AM +0100, Christoph Hellwig wrote: > > - spell a comment in the weird way preferred by btrfs maintainers What? A comment is a standalone sentence or a full paragraph, so it's formatted as such. I hope it's not weird to expect literacy either in the language of comments or the programming language. The same style can be found in many other kernel parts so please stop the nags at btrfs.