Whamcloud - gitweb
e2fsck: add resource tracking for passes 1[b-d]
authorKen Chen <kenchen@google.com>
Tue, 5 May 2009 03:12:30 +0000 (20:12 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 28 May 2009 13:37:16 +0000 (09:37 -0400)
commitfea390e2534907dad42159437e01bd9a4ead2c55
tree2f13a2ae3cabef0bf4683b7bcd33d57d99356fa6
parent312c2a404c1af85b88b855687b6a30cd24ca9e34
e2fsck: add resource tracking for passes 1[b-d]

On ext2, time tracking for pass1 includes both error detection and
specific type of fs fix-up phase (e.g. block referenced by multiple
inodes).  The multi-reference fix-up phase some time take significant
amount of time to complete.  We would like to track time spent in sub
component of pass1 by having a finer granularity during pass1b through
pass1d phase.

Signed-off-by: Ken Chen <kenchen@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/pass1b.c