From: NeilBrown Date: Tue, 22 May 2012 03:55:21 +0000 (+1000) Subject: md/bitmap: merge bitmap_file_unmap and bitmap_file_put. X-Git-Tag: v3.5-rc1~110^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae7d326cd0905624c173337fdfcfe9b86b9e6e2;p=pandora-kernel.git md/bitmap: merge bitmap_file_unmap and bitmap_file_put. There functions really do one thing together: release the 'bitmap_storage'. So make them just one function. Since we removed the locking (previous patch), we don't need to zero any fields before freeing them, so it all becomes a bit simpler. Signed-off-by: NeilBrown --- Reading git-diff-tree failed