From: NeilBrown Date: Mon, 26 Jun 2006 07:27:47 +0000 (-0700) Subject: [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap X-Git-Tag: v2.6.18-rc1~631 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acc55e220166a5ad898e66ad6153fd62eaaac76d;p=pandora-kernel.git [PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap md/bitmap modifies i_writecount of a bitmap file to make sure that no-one else writes to it. The reverting of the change is sometimes done twice, and there is one error path where it is omitted. This patch tidies that up. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed