commit | 76f1418b485da2707531178e517bbb5cf06b3c76 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <[email protected]> | Wed Apr 30 00:54:36 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Apr 30 08:29:50 2008 -0700 |
tree | 138a012d965ebc284163f42e0ff5786c6de1cda5 | |
parent | a42dde04152750426cc620fd277e80fffae2f65a [diff] |
mm: bdi: move statistics to debugfs Move BDI statistics to debugfs: /sys/kernel/debug/bdi/<bdi>/stats Use postcore_initcall() to initialize the sysfs class and debugfs, because debugfs is initialized in core_initcall(). Update descriptions in ABI documentation. Signed-off-by: Miklos Szeredi <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>