]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- trying to fix for 3.0
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 23 Jul 2011 12:48:42 +0000 (12:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kernel-inittmpfs.patch -> 1.8

kernel-inittmpfs.patch

index 7a46cf67e239940c9ead8f3b2a5bebc7e17c447b..e654d54f357f8353a2f93240e03c37f483c77a96 100644 (file)
@@ -140,15 +140,15 @@ diff -ruw linux-2.6.30.orig/mm/shmem.c linux-2.6.30/mm/shmem.c
  EXPORT_SYMBOL_GPL(shmem_file_setup);
  
 +#ifdef CONFIG_TMPFS_ROOT
-+static int rootfs_get_sb(struct file_system_type *fs_type,
-+ int flags, const char *dev_name, void *data, struct vfsmount *mnt)
-+{
-+ return get_sb_nodev(fs_type, flags, data, shmem_fill_super, mnt);
-+}
++
++
++
++
++
 +
 +static struct file_system_type rootfs_fs_type = {
 + .name = "rootfs",
-+ .get_sb = rootfs_get_sb,
++ .mount = shmem_mount,
 + .kill_sb = kill_litter_super,
 +};
 +
This page took 0.264482 seconds and 4 git commands to generate.