commit | bf6993276f74d46776f35c45ddef29b981b1d1c6 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Wed Sep 30 00:32:06 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 30 00:32:06 2009 -0400 |
tree | 5c9cb128fed29a83add1932b12443edaa6fd06cc | |
parent | 296c355cd6443d89fa251885a8d78778fe111dc4 [diff] |
jbd2: Use tracepoints for history file The /proc/fs/jbd2/<dev>/history was maintained manually; by using tracepoints, we can get all of the existing functionality of the /proc file plus extra capabilities thanks to the ftrace infrastructure. We save memory as a bonus. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>