From: NeilBrown Date: Tue, 16 Jul 2013 06:44:29 +0000 (+1000) Subject: md: don't call md_allow_write in get_bitmap_file. X-Git-Tag: v3.12-rc1~71^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60559da4d8c3259ea41a14ca4cfcd83022bff6bd;p=pandora-kernel.git md: don't call md_allow_write in get_bitmap_file. There is no really need as GFP_NOIO is very likely sufficient, and failure is not catastrophic. Calling md_allow_write here will convert a read-auto array to read/write which could be confusing when you are just performing a read operation. Signed-off-by: NeilBrown --- Reading git-diff-tree failed