Re: [PATCH v3 1/2] init: add sys-wrapper.h

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sam Ravnborg
Date: Tuesday, August 31, 2010 - 7:30 am

> 

Good.
Except that we usually recommend to include files from include/linux
if thye exist rather than asm/xxx

So use: #include <linux/uaccess.h>


I asked git:
$ git grep kern_ | wc -l
962
$ git grep kernel_ | wc -l
6361

There seems to be preference for kernel_

	Sam
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH v3 0/2] init cleanups, Namhyung Kim, (Mon Aug 30, 10:27 am)
[PATCH v3 1/2] init: add sys-wrapper.h, Namhyung Kim, (Mon Aug 30, 10:27 am)
Re: [PATCH v3 1/2] init: add sys-wrapper.h, Sam Ravnborg, (Mon Aug 30, 12:03 pm)
Re: [PATCH v3 1/2] init: add sys-wrapper.h, Namhyung Kim, (Tue Aug 31, 7:16 am)
Re: [PATCH v3 1/2] init: add sys-wrapper.h, Sam Ravnborg, (Tue Aug 31, 7:30 am)
Re: [PATCH v3 1/2] init: add sys-wrapper.h, Namhyung Kim, (Tue Aug 31, 7:34 am)