From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: [PATCH 0/3] BDI handling fixes Date: Fri, 17 Sep 2010 00:44:08 +0200 Message-ID: <1284677051-28564-1-git-send-email-jack@suse.cz> Cc: Christoph Hellwig , LKML , linux-fsdevel@vger.kernel.org To: Jens@suse.cz, "Axboe Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org Hi, series of these three patches fixes the warning in __mark_inode_dirty() which happens when I do e.g. touch /dev/zero. The first two patches should be obvious enough and probably worth merging independently of the third patch. The third patch is upto a discussion whether we want to solve the problem that way or differently. Christoph, I know we spoke at LSF that inode_to_bdi() could be a per-sb method but the current version of the patch seems clean enough to me that we could maybe go even without the special callback? Honza