Received: by 10.192.165.148 with SMTP id m20csp828683imm; Fri, 20 Apr 2018 17:11:24 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+pUw5meB1gP0Ox9hPSQRJQ+3IrUCwRy9wXfpcGVJHv0D+4eugGwbhVPBN7vlcusxdOJQUt X-Received: by 2002:a17:902:b595:: with SMTP id a21-v6mr12043922pls.68.1524269484502; Fri, 20 Apr 2018 17:11:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524269484; cv=none; d=google.com; s=arc-20160816; b=ZLU4lL2JdRkTwFWBPGMfJtZ3lqAR20v6sd7LLXvFugvowrubis5HVS6WBHr+89rWYY ehdS9TJzVkoEA4tm0rIB0g6imgKfxRUyytNdy7vVlb8pBzbcXl8qELSMDFBdIViarXhb KewQurZG7f04IDXv/LwLZRnXPbSgIhNNyElmbQCfN5xRkZpN6pSSLUJFiO9ZeKfF6jzH 2W9mt8KVezkap/jk4FzZ8M3jlkCtEsVD0LzMmr7q5vdYqOwFuAunH8O4T7yNDfr7GTvo rcfGcWqUjqrTgzEZynA43JLFapyHCwEIfrG+XM/mtw6xHsJaJSprSYmVtPyA9zAUrzak 9Hhg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=zRMBeS4FDxP/4fahz7nqaf6N6sXPx4dscIM1eUlYlLw=; b=lDnYNIoKI/JjQqkw02L8S33s+bY5kvUyIyqd9zfQx1BuHkGXIyXIPd95vrtvUbKagR tEmn5WRvtY5WA09snTVfhkCil8gIawbkIO5DmbbUU7rXLlo5HCGSMzsIfvD1gwK59bDt DLJmRDHK1wDCYhxm8H7scuIFTkJazpwjI3BJTDyL3ay/76nidBWxI+GaJDiq5DNkvW8S eoprs1ONz2Giiz6nG78GFfNkYFOdjJeJz6xR2lpczJjiGiFWNTHPyq1BV1dJjahWtiyx ai6RD0TifXtiSpICGAjNGapPvhM4G0gSGBvn/mdmMCp1ae4dpdDoUGIM1l2+UkgyRDpb EJbQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f78si6350292pfa.79.2018.04.20.17.10.46; Fri, 20 Apr 2018 17:11:24 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752786AbeDUAHX (ORCPT + 99 others); Fri, 20 Apr 2018 20:07:23 -0400 Received: from mx2.suse.de ([195.135.220.15]:37915 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752497AbeDUAHV (ORCPT ); Fri, 20 Apr 2018 20:07:21 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id D479AAEDE; Sat, 21 Apr 2018 00:07:19 +0000 (UTC) Date: Sat, 21 Apr 2018 02:07:19 +0200 From: "Luis R. Rodriguez" To: Bart Van Assche , Randy Dunlap Cc: "viro@zeniv.linux.org.uk" , "mcgrof@kernel.org" , "linux-fsdevel@vger.kernel.org" , "mguzik@redhat.com" , "jack@suse.cz" , "linux-block@vger.kernel.org" , "linux-pm@vger.kernel.org" , "rjw@rjwysocki.net" , "ming.lei@redhat.com" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 1/3] fs: move documentation for thaw_super() where appropriate Message-ID: <20180421000719.GH14440@wotan.suse.de> References: <20180420235904.27496-1-mcgrof@kernel.org> <20180420235904.27496-2-mcgrof@kernel.org> <0e6973564f4b2c503f343f63ca1209687f53b312.camel@wdc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0e6973564f4b2c503f343f63ca1209687f53b312.camel@wdc.com> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Apr 21, 2018 at 12:01:31AM +0000, Bart Van Assche wrote: > On Fri, 2018-04-20 at 16:59 -0700, Luis R. Rodriguez wrote: > > +/** > > + * thaw_super -- unlock filesystem > > + * @sb: the super to thaw > > + * > > + * Unlocks the filesystem and marks it writeable again after freeze_super(). > > + */ > > Have you verified the output generated by scripts/kernel-doc? Last > time I checked the output for headers containing a double dash looked > weird. No, I just moved the block of kdoc crap. Randy would have this memorized I'm sure though so I should just fix the kdoc if its bad while at it. Luis