From: NeilBrown Date: Mon, 26 Jun 2006 07:27:45 +0000 (-0700) Subject: [PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmap X-Git-Tag: v2.6.18-rc1~635 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec7a3197f4777eff5039251d0e08a031b3372d6c;p=pandora-kernel.git [PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmap md/bitmap has some attributes per-page. Handling of these attributes in largely abstracted in set_page_attr and clear_page_attr. However get_page_attr exposes the format used to store them. So prior to changing that format, introduce test_page_attr instead of get_page_attr, and make appropriate usage changes. Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed