commit | 6628465e33ca694bd8fd5c3cf4eb7ff9177bc694 | [log] [tgz] |
---|---|---|
author | Dave Kleikamp <shaggy@austin.ibm.com> | Mon May 02 12:25:13 2005 -0600 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Mon May 02 22:23:54 2005 -0700 |
tree | b023d524fb0a3b71aa0b957ce7c5540611497370 | |
parent | 1c6278295d6482edaaaef5faa64b18f17b3319b7 [diff] |
[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 <shaggy@austin.ibm.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>