From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-f50.google.com ([209.85.214.50]:43275 "EHLO mail-it0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751207AbdJCPQ0 (ORCPT ); Tue, 3 Oct 2017 11:16:26 -0400 Received: by mail-it0-f50.google.com with SMTP id v62so8820962itd.0 for ; Tue, 03 Oct 2017 08:16:26 -0700 (PDT) From: Jens Axboe To: linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Cc: hannes@cmpxchg.org, jack@suse.cz Subject: [PATCH 0/2] writeback: start-all allocation elimination Date: Tue, 3 Oct 2017 09:16:19 -0600 Message-Id: <1507043781-2874-1-git-send-email-axboe@kernel.dk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: This is on top of the parts of the previous series that have been queued up. I've posted the first patch in a reply to Jan last week, this is a more official posting. No changes, it works for me. Last patch is just a cleanup, finally killing off nr_pdflush_threads, 8 years after we deprecated it. Documentation/ABI/obsolete/proc-sys-vm-nr_pdflush_threads | 5 b/fs/fs-writeback.c | 71 ++++++-------- b/include/linux/backing-dev-defs.h | 1 b/include/trace/events/writeback.h | 1 b/kernel/sysctl.c | 5 5 files changed, 35 insertions(+), 48 deletions(-) -- Jens Axboe