Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1359 - genpatches-2.6/trunk/2.6.27
Date: Sun, 19 Oct 2008 18:29:17
Message-Id: E1Krd1e-0005p7-50@stork.gentoo.org
1 Author: mpagano
2 Date: 2008-10-19 18:29:13 +0000 (Sun, 19 Oct 2008)
3 New Revision: 1359
4
5 Modified:
6 genpatches-2.6/trunk/2.6.27/4300_squashfs-3.4.patch
7 Log:
8 Added include directive as per bug #242078
9
10 Modified: genpatches-2.6/trunk/2.6.27/4300_squashfs-3.4.patch
11 ===================================================================
12 --- genpatches-2.6/trunk/2.6.27/4300_squashfs-3.4.patch 2008-10-18 19:24:06 UTC (rev 1358)
13 +++ genpatches-2.6/trunk/2.6.27/4300_squashfs-3.4.patch 2008-10-19 18:29:13 UTC (rev 1359)
14 @@ -69,10 +69,9 @@
15 obj-y += ramfs/
16 obj-$(CONFIG_HUGETLBFS) += hugetlbfs/
17 obj-$(CONFIG_CODA_FS) += coda/
18 -diff -x .gitignore -Nurp linux-2.6.27-rc4/fs/squashfs/inode.c linux-2.6.27-rc4-squashfs3.4/fs/squashfs/inode.c
19 ---- linux-2.6.27-rc4/fs/squashfs/inode.c 1970-01-01 01:00:00.000000000 +0100
20 -+++ linux-2.6.27-rc4-squashfs3.4/fs/squashfs/inode.c 2008-08-26 08:25:23.000000000 +0100
21 -@@ -0,0 +1,2173 @@
22 +--- /dev/null 2008-10-19 04:51:16.336342711 -0400
23 ++++ linux-2.6.27-gentoo/fs/squashfs/inode.c 2008-10-19 13:31:12.000000000 -0400
24 +@@ -0,0 +1,2174 @@
25 +/*
26 + * Squashfs - a compressed read only filesystem for Linux
27 + *
28 @@ -108,6 +107,7 @@
29 +#include <linux/spinlock.h>
30 +#include <linux/smp_lock.h>
31 +#include <linux/exportfs.h>
32 ++#include <linux/sched.h>
33 +
34 +#include "squashfs.h"
35 +