From 778d1a2bd42ae862a6c6d20a1c3af5e45b3c1924 Mon Sep 17 00:00:00 2001 From: Michael Halcrow Date: Mon, 5 Nov 2007 14:51:03 -0800 Subject: [PATCH] eCryptfs: increment extent_offset once per loop interation The extent_offset is getting incremented twice per loop iteration through any given page. It should only be getting incremented once. This bug should only impact hosts with >4K page sizes. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-format-patch failed