From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NO_DNS_FOR_FROM,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from biznet-home.integral.gnuweeb.org (unknown [182.2.41.146]) by gnuweeb.org (Postfix) with ESMTPSA id 0AA57831B7; Mon, 27 Feb 2023 10:12:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1677492747; bh=u3qEqFkeE4T56u3EXIG5jqUluJKgXayls8LqFRGaOXE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=eG75+PgTq7DreIVmOOQw7VyWdnNRBRFjCcC+90aFE5bCGwCCi/QGppSsDVLgn4HTm QnqOtn8wyOteG5g6B9iz3VygFBB0jJJdNCj0/vQaHFesbll71fvd0HTObdLfToyyhF ujDs5/HC1GOElAdXxfYMq6LHXNl6EeW+35t+Ye3n8Vpr98okLc5MJx/tZiXKc4nD1J zXvDuAeLB3jVwq5L9pcdJPnfV0M8SjbTzszidWba8gYuVqchpLUpzv/T3i/lNdxXfn xXjMj5Q+BYbycoodkcg9rorM5vd13h76qIxe7GS1YzOtOeTNLk35pCiTeUXv8Dj0lL G5xEgjhDG5GiQ== Date: Mon, 27 Feb 2023 17:12:20 +0700 From: Ammar Faizi To: Bagas Sanjaya Cc: Chris Mason , Josef Bacik , David Sterba , Filipe Manana , Linux Doc Mailing List , Linux Btrfs Mailing List , Linux Kernel Mailing List , Linux Fsdevel Mailing List , GNU/Weeb Mailing List Subject: Re: [RFC PATCH v1 1/2] Documentation: btrfs: Document wq_cpu_set mount option Message-ID: References: <20230226162639.20559-1-ammarfaizi2@gnuweeb.org> <20230226162639.20559-2-ammarfaizi2@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Bpl: hUx9VaHkTWcLO7S8CQCslj6OzqBx2hfLChRz45nPESx5VSB/xuJQVOKOB1zSXE3yc9ntP27bV1M1 List-Id: On Mon, Feb 27, 2023 at 09:24:16AM +0700, Bagas Sanjaya wrote: > "*cpu_set* is a dot-separated list of CPU numbers. Both individual > number and range (inclusive) can be listed". Folded in. > "... replaced by dots, since commas has already been used as mount > options separator". Folded in with s/commas/comma/. > "If both options are set ..." Folded in. Thanks, -- Ammar Faizi