From: Oleg Nesterov Date: Wed, 31 Jul 2013 17:31:35 +0000 (+0200) Subject: tracing: Don't pass file_operations array to event_create_dir() X-Git-Tag: v3.12-rc1~79^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=620a30e97febc8332590376c94ed0e9dba522bc8;p=pandora-kernel.git tracing: Don't pass file_operations array to event_create_dir() Now that event_create_dir() and __trace_add_new_event() always use the same file_operations we can kill these arguments and simplify the code. Link: http://lkml.kernel.org/r/20130731173135.GA31040@redhat.com Signed-off-by: Oleg Nesterov Signed-off-by: Steven Rostedt --- Reading git-diff-tree failed