From: Alex Elder Date: Wed, 7 Mar 2012 17:40:08 +0000 (-0600) Subject: libceph: get rid of zero_page_address X-Git-Tag: v3.4-rc1~76^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0cdf9e60189a87356a865a96dbafc2240af5c91d;p=pandora-kernel.git libceph: get rid of zero_page_address There's not a lot of benefit to zero_page_address, which basically holds a mapping of the zero page through the life of the messenger module. Even with our own mapping, the sendpage interface where it's used may need to kmap() it again. It's almost certain to be in low memory anyway. So stop treating the zero page specially in write_partial_msg_pages() and just get rid of zero_page_address entirely. Signed-off-by: Alex Elder Reviewed-by: Sage Weil --- Reading git-diff-tree failed