From: Nitin Gupta Date: Thu, 28 Jan 2010 15:43:39 +0000 (+0530) Subject: Staging: ramzswap: Set block size to PAGE_SIZE X-Git-Tag: v2.6.34-rc1~10^2~1^2~125 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d83d5a0b5ee332b724978d657c0af17f14e807e;p=pandora-kernel.git Staging: ramzswap: Set block size to PAGE_SIZE ramzswap block size needs to be set equal to PAGE_SIZE to avoid receiving any unaligned block I/O requests (happens due to readahead logic during swapon). These unaligned accesses produce unnecessary I/O errors, scaring users. Signed-off-by: Nitin Gupta Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed