From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Corbet Subject: Re: [PATCH] doc: cgroup: add f2fs and xfs to supported list for writeback Date: Sun, 5 Jul 2020 14:35:37 -0600 Message-ID: <20200705143537.68055b16@lwn.net> References: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" To: Eric Sandeen Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-xfs On Mon, 29 Jun 2020 14:08:09 -0500 Eric Sandeen wrote: > f2fs and xfs have both added support for cgroup writeback: > > 578c647 f2fs: implement cgroup writeback support > adfb5fb xfs: implement cgroup aware writeback > > so add them to the supported list in the docs. > > Signed-off-by: Eric Sandeen > --- > > TBH I wonder about the wisdom of having this detail in > the doc, as it apparently gets missed quite often ... Good question, but as long as it's there it might as well be correct; applied, thanks. jon