]> git.baikalelectronics.ru Git - kernel.git/commit
jbd2: Use tracepoints for history file
authorTheodore Ts'o <tytso@mit.edu>
Wed, 30 Sep 2009 04:32:06 +0000 (00:32 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 30 Sep 2009 04:32:06 +0000 (00:32 -0400)
commit5b12f1b8f160bc7d929d0ac7425a8fd66b3e5446
tree5c9cb128fed29a83add1932b12443edaa6fd06cc
parentfc50605ac3a1a4402031073576211f5a3df71d37
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>
fs/jbd2/checkpoint.c
fs/jbd2/commit.c
fs/jbd2/journal.c
include/linux/jbd2.h
include/trace/events/jbd2.h