From a33f13efe05192e7a805018a2ce2b2afddd04057 Mon Sep 17 00:00:00 2001 From: Joel Becker Date: Mon, 16 Aug 2010 12:10:17 -0700 Subject: [PATCH] libfs: Fix shift bug in generic_check_addressable() generic_check_addressable() erroneously shifts pages down by a block factor when it should be shifting up. To prevent overflow, we shift blocks down to pages. Signed-off-by: Joel Becker --- Reading git-format-patch failed