From mboxrd@z Thu Jan 1 00:00:00 1970 From: Artem Bityutskiy Subject: [PATCH 0/4] writeback: minor cleanups Date: Mon, 12 Jul 2010 10:49:50 +0300 Message-ID: <1278920994-2402-1-git-send-email-dedekind1@gmail.com> Cc: Christoph Hellwig , linux-fsdevel@vger.kernel.org To: Jens Axboe Return-path: Received: from smtp.nokia.com ([192.100.122.233]:26963 "EHLO mgw-mx06.nokia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751265Ab0GLHxn (ORCPT ); Mon, 12 Jul 2010 03:53:43 -0400 Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Jens, I have few clean-ups for your write-back code. I'm not sure you hate this kind of clean-ups or not, but I found the code to be a bit more consistent when we do not mix 'task' and 'thread' words everywhere. P.S. Christoph's RFC clean-up will conflict with this, but we all seem to stay unconvinced that it is worth it, so I think it is OK to do smaller clean-ups so far. Artem.