[PATCH] Rework fsck-cache to use parse_object()
authorDaniel Barkalow <barkalow@iabervon.org>
Thu, 28 Apr 2005 14:46:33 +0000 (07:46 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Thu, 28 Apr 2005 14:46:33 +0000 (07:46 -0700)
commitc418eda493a7471d2a2a02583b2bc962ff81f7bc
treeb7f90750be0b1dfc38523fee6104fca0e25c1f24
parente9eefa676178a972f055c978cac9a9ae06b6703a
[PATCH] Rework fsck-cache to use parse_object()

With support for parse_object() and tags in the core, fsck_cache can just
call them, and can be simplified a bit.

Signed-Off-By: Daniel Barkalow <barkalow@iabervon.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fsck-cache.c