From: Pavel Emelyanov Date: Wed, 3 Jul 2013 22:01:19 +0000 (-0700) Subject: pagemap: introduce pagemap_entry_t without pmshift bits X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~17^2~412 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b0a9f017548f05e42fbf7e67c4a626c1ebd5e12;p=pandora-kernel.git pagemap: introduce pagemap_entry_t without pmshift bits These bits are always constant (== PAGE_SHIFT) and just occupy space in the entry. Moreover, in next patch we will need to report one more bit in the pagemap, but all bits are already busy on it. That said, describe the pagemap entry that has 6 more free zero bits. Signed-off-by: Pavel Emelyanov Cc: Matt Mackall Cc: Xiao Guangrong Cc: Glauber Costa Cc: Marcelo Tosatti Cc: KOSAKI Motohiro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed