Adding this! E
On 10/3/10 8:08 PM, Joonwoo Park wrote: > You are right exactly. > Please find attached revised patch. > > Thanks, > Joonwoo > > On Wed, Sep 29, 2010 at 4:04 PM, Eddie Kohler<[email protected]> wrote: >> I believe 4e73b8b9157a6c62c2d5e855e0c13ffbf353668e means we don't need the >> rcupdate.h portion of this patch. Confirm& resubmit? >> >> E >> >> >> On 09/25/2010 10:29 PM, Joonwoo Park wrote: >>> >>> eliminate systax error below: >>> use of enum ‘kobj_ns_type’ without previous declaration >>> >>> Signed-off-by: Joonwoo Park<[email protected]> >>> --- >>> linuxmodule/fixincludes.pl | 6 ++++++ >>> 1 files changed, 6 insertions(+), 0 deletions(-) >>> >>> diff --git a/linuxmodule/fixincludes.pl b/linuxmodule/fixincludes.pl >>> index a4c9aa7..5553d9a 100755 >>> --- a/linuxmodule/fixincludes.pl >>> +++ b/linuxmodule/fixincludes.pl >>> @@ -205,6 +205,12 @@ sub one_includeroot ($$) { >>> # array dimension. >>> >>> >>> s&sizeof\s*\(\s*struct\s*\{\s*\w+\s*:\s*-\s*\!\s*\!\s*\(e\)\s*;\s*\}\s*\)&(sizeof(int[-!!(e)])*(size_t)0)&g; >>> } >>> + if ($d eq "rcupdate.h") { >>> + s{(^static inline notrace)(.+)}{"$1$2;\nstatic >>> inline$2"}emg; >>> + } >>> + if ($d eq "kobject.h") { >>> + s{(^\#include \<linux\/sysfs.h\>(.*\n)*)(^enum >>> kobj_ns_type\s\{\n([^\}].*\n)*\}\;)((.*\n)*)}{"$3\n$1\/*\n$3\n*\/$5"}emg; >>> + } >>> >>> # unquote. >>> $_ = sunprotect($_); >> _______________________________________________ click mailing list [email protected] https://amsterdam.lcs.mit.edu/mailman/listinfo/click
