commit | 5e2336a0d47c9661a40cc5ef85135ce1406af6e8 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Thu Mar 05 21:44:55 2009 -0500 |
committer | Steven Rostedt <srostedt@redhat.com> | Thu Mar 05 21:46:40 2009 -0500 |
tree | 6d977e4471f8e31245602a26e939368689d2383a | |
parent | 2002c258faaa8f89543df284fdbaa9e4b171547f [diff] |
tracing: make all file_operations const Impact: cleanup All file_operations structures should be constant. No one is going to change them. Reported-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Steven Rostedt <srostedt@redhat.com>