]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- resolve conflict with vserver and grsec
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 13 Dec 2008 20:31:28 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-regressions.patch -> 1.2

kernel-regressions.patch

index 7b249dd65886fd0b31cfacd6b299fd4ddf91329c..bd7c47f65fcd12a43719388ddac38ab3cfe0676e 100644 (file)
@@ -182,13 +182,13 @@ Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
 --- a/fs/fcntl.c
 +++ b/fs/fcntl.c
 @@ -19,6 +19,7 @@
+ #include <linux/module.h>
+ #include <linux/security.h>
+ #include <linux/ptrace.h>
++#include <linux/smp_lock.h>
  #include <linux/signal.h>
  #include <linux/rcupdate.h>
  #include <linux/pid_namespace.h>
-+#include <linux/smp_lock.h>
- #include <asm/poll.h>
- #include <asm/siginfo.h>
 @@ -175,6 +176,11 @@ static int setfl(int fd, struct file * f
        if (error)
                return error;
This page took 1.467412 seconds and 4 git commands to generate.