commit | 48dee09325fbc5ffb9d4a780e765538c0e9cc794 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Sep 21 16:12:05 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Oct 07 04:48:04 2009 -0400 |
tree | 64df9f4bb4b1bcf74aec8de75c54aa2e185981a4 | |
parent | d586e833f970dfb4768e6c872b621f4cfc555267 [diff] |
Blackfin: cplbinfo: drop d_path() hacks The cplbinfo was using d_path() to figure out which cpu/cplb was being parsed. As Al pointed out, this isn't exactly reliable as it assumes the static VFS path to be unchanged, and it's just poor form. So use the proc_create_data() to properly (and internally) pass the exact cpu/cplb requested to the parser function. Reported-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Mike Frysinger <vapier@gentoo.org>