* [PATCH] ptrace: Cleanup useless header
@ 2010-04-25 11:18 Alessio Igor Bogani
2010-04-25 17:45 ` Frederic Weisbecker
0 siblings, 1 reply; 2+ messages in thread
From: Alessio Igor Bogani @ 2010-04-25 11:18 UTC (permalink / raw)
To: Roland McGrath, Oleg Nesterov, Andrew Morton, James Morris,
Ingo Molnar
Cc: linux-kernel, Alessio Igor Bogani
BKL isn't anymore present into this file thus it is no necessary still include smp_lock.h.
Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
---
kernel/ptrace.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/ptrace.c b/kernel/ptrace.c
index 1d4883c..6af9cdd 100644
--- a/kernel/ptrace.c
+++ b/kernel/ptrace.c
@@ -14,7 +14,6 @@
#include <linux/mm.h>
#include <linux/highmem.h>
#include <linux/pagemap.h>
-#include <linux/smp_lock.h>
#include <linux/ptrace.h>
#include <linux/security.h>
#include <linux/signal.h>
--
1.6.3.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ptrace: Cleanup useless header
2010-04-25 11:18 [PATCH] ptrace: Cleanup useless header Alessio Igor Bogani
@ 2010-04-25 17:45 ` Frederic Weisbecker
0 siblings, 0 replies; 2+ messages in thread
From: Frederic Weisbecker @ 2010-04-25 17:45 UTC (permalink / raw)
To: Alessio Igor Bogani
Cc: Roland McGrath, Oleg Nesterov, Andrew Morton, James Morris,
Ingo Molnar, linux-kernel
On Sun, Apr 25, 2010 at 01:18:48PM +0200, Alessio Igor Bogani wrote:
> BKL isn't anymore present into this file thus it is no necessary still include smp_lock.h.
>
> Signed-off-by: Alessio Igor Bogani <abogani@texware.it>
Please also Cc me and Arnd for bkl related things. We are trying to
keep track of every work on the bkl removal (see http://kernelnewbies.org/BigKernelLock)
so that nothing gets lost.
Especially this patch applies to one of my branches:
git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
bkl/core
> ---
> kernel/ptrace.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/ptrace.c b/kernel/ptrace.c
> index 1d4883c..6af9cdd 100644
> --- a/kernel/ptrace.c
> +++ b/kernel/ptrace.c
> @@ -14,7 +14,6 @@
> #include <linux/mm.h>
> #include <linux/highmem.h>
> #include <linux/pagemap.h>
> -#include <linux/smp_lock.h>
Queued, thanks!
> #include <linux/ptrace.h>
> #include <linux/security.h>
> #include <linux/signal.h>
> --
> 1.6.3.3
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-04-25 17:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-25 11:18 [PATCH] ptrace: Cleanup useless header Alessio Igor Bogani
2010-04-25 17:45 ` Frederic Weisbecker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox