]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- up to 3.3.6 auto/th/kernel-3_3_6-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 12 May 2012 20:12:42 +0000 (20:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-inittmpfs.patch -> 1.10
    kernel.spec -> 1.1045

kernel-inittmpfs.patch
kernel.spec

index 32f770af6f1f4594f20534a75833c62c15196497..a8a238b179871448c8420f25148c329de883e075 100644 (file)
@@ -59,9 +59,9 @@ diff -ruw linux-2.6.30.orig/fs/ramfs/inode.c linux-2.6.30/fs/ramfs/inode.c
  }
  
 -static struct file_system_type ramfs_fs_type = {
--      .name           = "ramfs",
--      .mount          = ramfs_mount,
--      .kill_sb        = ramfs_kill_sb,
+-      .name = "ramfs",
+-      .mount = ramfs_mount,
+-      .kill_sb = kill_litter_super,
 -};
 +#ifndef CONFIG_TMPFS_ROOT
 +static struct dentry *rootfs_mount(struct file_system_type *fs_type,
index cb6c2903b8bf32f606ccd301a3e4525a2e602ebf..00e7d352e2ab782074933af62fea78518bf9128a 100644 (file)
@@ -91,7 +91,7 @@
 
 %define                rel             1
 %define                basever         3.3
-%define                postver         .5
+%define                postver         .6
 
 # __alt_kernel is list of features, empty string if none set
 # _alt kernel is defined as: %{nil}%{?alt_kernel:-%{?alt_kernel}} (defined in rpm.macros)
@@ -134,7 +134,7 @@ Source0:    http://www.kernel.org/pub/linux/kernel/v3.x/linux-%{basever}.tar.xz
 # Source0-md5: 7133f5a2086a7d7ef97abac610c094f5
 %if "%{postver}" != ".0"
 Patch0:                http://www.kernel.org/pub/linux/kernel/v3.x/patch-%{version}.bz2
-# Patch0-md5:  c44a49dcdaad9ba5385694859c4a9fea
+# Patch0-md5:  8c96e1b050036372599076a0a6b4d1eb
 %endif
 
 Source3:       kernel-autoconf.h
This page took 0.07393 seconds and 4 git commands to generate.