]> git.pld-linux.org Git - packages/kernel.git/blob - kernel-tuxonice-headers.patch
build without grsec and old module-init-tools
[packages/kernel.git] / kernel-tuxonice-headers.patch
1 --- a/kernel/printk.c   2007-10-02 14:01:04.780023500 +0200
2 +++ b/kernel/printk.c   2007-10-02 14:09:40.140231500 +0200
3 @@ -30,9 +30,9 @@
4  #include <linux/delay.h>
5  #include <linux/smp.h>
6  #include <linux/security.h>
7 +#include <linux/suspend.h>
8  #include <linux/bootmem.h>
9  #include <linux/syscalls.h>
10 -#include <linux/suspend.h>
11  #include <linux/kexec.h>
12  
13  #include <asm/uaccess.h>
14 --- e/include/linux/fs.h        2008-05-07 11:39:56.000000000 +0000
15 +++ e/include/linux/fs.h        2008-05-07 11:43:49.907309587 +0000
16 @@ -207,10 +207,13 @@
17  #define MS_KERNMOUNT   (1<<22) /* this is a kern_mount call */
18  #define MS_I_VERSION   (1<<23) /* Update inode I_version field */
19  #define MS_STRICTATIME (1<<24) /* Always perform atime updates */
20 -#define MS_FROZEN      (1<<25) /* Frozen by freeze_filesystems() */
21  #define MS_ACTIVE      (1<<30)
22  #define MS_NOUSER      (1<<31)
23  
24 +
25 +
26 +#define MS_FROZEN      (1<<29) /* Frozen by freeze_filesystems() */
27 +
28  /*
29   * Superblock flags that can be altered by MS_REMOUNT
30   */
31
32 --- e/include/linux/fs.h.orig   2009-07-20 14:35:32.000000000 +0200
33 +++ e/include/linux/fs.h        2009-07-20 14:37:27.086666353 +0200
34 @@ -230,6 +230,8 @@
35  
36  /* Inode flags - they have nothing to superblock flags now */
37  
38 +#define S_ATOMIC_COPY  2048    /* Pages mapped with this inode need to be
39 +                                 atomically copied (gem) */
40  #define S_SYNC         1       /* Writes are synced at once */
41  #define S_NOATIME      2       /* Do not update access times */
42  #define S_APPEND       4       /* Append-only file */
43 @@ -240,8 +242,6 @@
44  #define S_NOCMTIME     128     /* Do not update file c/mtime */
45  #define S_SWAPFILE     256     /* Do not truncate: swapon got its bmaps */
46  #define S_PRIVATE      512     /* Inode is fs-internal */
47 -#define S_ATOMIC_COPY  1024    /* Pages mapped with this inode need to be
48 -                                  atomically copied (gem) */
49  
50  /*
51   * Note that nosuid etc flags are inode-specific: setting some file-system
52
This page took 0.026181 seconds and 3 git commands to generate.