From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/7 v2] writeback: Avoid iput() from flusher thread Date: Tue, 20 Mar 2012 23:56:24 +0100 Message-ID: <1332284191-21076-1-git-send-email-jack@suse.cz> Cc: Christoph Hellwig , linux-fsdevel@vger.kernel.org To: Wu Fengguang Return-path: Received: from cantor2.suse.de ([195.135.220.15]:47587 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757586Ab2CTW4o (ORCPT ); Tue, 20 Mar 2012 18:56:44 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, this is reworked series getting rid of iput() from flusher thread. The contents is last two patches from my previous submission but I've split them up as Christoph asked. Also I've changed some calling conventions and fixed a couple of bugs I found in the process. Comments welcome. Honza