From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756531Ab1IBWy2 (ORCPT ); Fri, 2 Sep 2011 18:54:28 -0400 Received: from cantor2.suse.de ([195.135.220.15]:38967 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756419Ab1IBWy0 (ORCPT ); Fri, 2 Sep 2011 18:54:26 -0400 From: Jan Kara To: Jens Axboe Cc: LKML Subject: [PATCH 0/2 v3] Small cleanup of bdi_forker_thread() Date: Sat, 3 Sep 2011 00:54:17 +0200 Message-Id: <1315004059-9844-1-git-send-email-jack@suse.cz> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jens, so after I realized how I underestimated subtlety of bdi_forker_thread() here are two small cleanups to it. The first one puts clearing of BDI_pending in a more natural place, the second patch adds a comment so that fools like me don't try to optimize the function in a wrong place... Honza