From: Dave Kleikamp Date: Mon, 2 May 2005 18:25:13 +0000 (-0600) Subject: [PATCH] JFS: Don't allocate extents that overlap existing extents X-Git-Tag: v2.6.12-rc4~136^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6628465e33ca694bd8fd5c3cf4eb7ff9177bc694;p=pandora-kernel.git [PATCH] JFS: Don't allocate extents that overlap existing extents Modify xtSearch so that it returns the next allocated block when the requested block is unmapped. This can be used to make sure we don't create a new extent that overlaps the next one. Signed-off-by: Dave Kleikamp Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed