]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- reordered fixed hunks
authorJan Rękorajski <baggins@pld-linux.org>
Tue, 12 Jul 2011 10:27:51 +0000 (10:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-vserver-2.3.patch -> 1.70

kernel-vserver-2.3.patch

index ee8b2f24e5cc0d16d089dacad297ca32ce4e9d35..81eead05ff1e99be848b8dfab3ef60272c7caba3 100644 (file)
@@ -4652,7 +4652,15 @@ diff -NurpP --minimal linux-3.0-rc5/fs/locks.c linux-3.0-rc5-vs2.3.1-pre3/fs/loc
  
  #include <asm/uaccess.h>
  
-@@ -163,7 +165,12 @@ static struct kmem_cache *filelock_cache
+@@ -163,6 +168,7 @@ static void locks_init_lock_always(struc
+       fl->fl_flags = 0;
+       fl->fl_type = 0;
+       fl->fl_start = fl->fl_end = 0;
++      fl->fl_xid = -1;
+ }
+ /* Allocate an empty lock structure. */
+@@ -173,7 +175,12 @@ static struct kmem_cache *filelock_cache
  /* Allocate an empty lock structure. */
  struct file_lock *locks_alloc_lock(void)
  {
@@ -4674,14 +4682,6 @@ diff -NurpP --minimal linux-3.0-rc5/fs/locks.c linux-3.0-rc5-vs2.3.1-pre3/fs/loc
        locks_release_private(fl);
        kmem_cache_free(filelock_cache, fl);
  }
-@@ -211,6 +216,7 @@ void locks_init_lock(struct file_lock *f
-       fl->fl_flags = 0;
-       fl->fl_type = 0;
-       fl->fl_start = fl->fl_end = 0;
-+      fl->fl_xid = -1;
- }
- /* Allocate an empty lock structure. */
 @@ -262,6 +268,7 @@ void locks_copy_lock(struct file_lock *n
        new->fl_file = fl->fl_file;
        new->fl_ops = fl->fl_ops;
This page took 1.582183 seconds and 4 git commands to generate.