From: Robert Jarzmik Date: Sun, 11 Mar 2012 10:28:45 +0000 (+0100) Subject: mtd: docg3 reduce read alignment burden X-Git-Tag: v3.4-rc1~16^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d107bc34f4953852834f086968fc7963125d6943;p=pandora-kernel.git mtd: docg3 reduce read alignment burden The read function was so far requiring the reads to be aligned on page boundaries, and be page length multiples in size. Relieve these constraints to ease the userspace ubifs programs runs, which read ubifs headers of 64 bytes. Artem: squashed a later fix from Robert Jarzmik into this patch. Signed-off-by: Robert Jarzmik Signed-off-by: David Woodhouse --- Reading git-diff-tree failed