]> git.karo-electronics.de Git - karo-tx-linux.git/commit
md/bitmap: change *_page_attr() to take a page number, not a page.
authorNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:54 +0000 (10:57 +1000)
committerNeilBrown <neilb@suse.de>
Tue, 24 Apr 2012 00:57:54 +0000 (10:57 +1000)
commit42605c5a36a88251e2703af28c25ff3429c982d3
treed5b4b107402e046f6ca486be66dc453f6326cd92
parent48c38ebb209f4f6535d4ac23610a50c80d112bec
md/bitmap: change *_page_attr() to take a page number, not a page.

Most often we have the page number, not the page.  And that is what
the  *_page_attr() functions really want.  So change the arguments to
take that number.

Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/bitmap.c