Gentoo Archives: gentoo-commits

From: "Mike Pagano (mpagano)" <mpagano@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] linux-patches r1901 - genpatches-2.6/trunk/2.6.38
Date: Thu, 31 Mar 2011 18:23:10
Message-Id: 20110331182301.23E6520054@flycatcher.gentoo.org
1 Author: mpagano
2 Date: 2011-03-31 18:23:00 +0000 (Thu, 31 Mar 2011)
3 New Revision: 1901
4
5 Added:
6 genpatches-2.6/trunk/2.6.38/1900_cifs-read-calls-regression-fix.patch
7 Modified:
8 genpatches-2.6/trunk/2.6.38/0000_README
9 Log:
10 prevent cifs from doing page-sized reads exclusively
11
12 Modified: genpatches-2.6/trunk/2.6.38/0000_README
13 ===================================================================
14 --- genpatches-2.6/trunk/2.6.38/0000_README 2011-03-28 22:05:09 UTC (rev 1900)
15 +++ genpatches-2.6/trunk/2.6.38/0000_README 2011-03-31 18:23:00 UTC (rev 1901)
16 @@ -47,6 +47,10 @@
17 From: http://www.kernel.org
18 Desc: Linux 2.6.38.2
19
20 +Patch: 1900_cifs-read-calls-regression-fix.patch
21 +From: http://bugs.gentoo.org/show_bug.cgi?id=357463
22 +Desc: prevent cifs from doing page-sized reads exclusively
23 +
24 Patch: 4200_fbcondecor-0.9.6.patch
25 From: http://dev.gentoo.org/~spock
26 Desc: Bootsplash successor by Michal Januszewski ported by Alexxy
27
28 Added: genpatches-2.6/trunk/2.6.38/1900_cifs-read-calls-regression-fix.patch
29 ===================================================================
30 --- genpatches-2.6/trunk/2.6.38/1900_cifs-read-calls-regression-fix.patch (rev 0)
31 +++ genpatches-2.6/trunk/2.6.38/1900_cifs-read-calls-regression-fix.patch 2011-03-31 18:23:00 UTC (rev 1901)
32 @@ -0,0 +1,10 @@
33 +--- a/fs/cifs/cifsfs.c 2011-03-31 13:15:37.187528159 -0400
34 ++++ b/fs/cifs/cifsfs.c 2011-03-31 13:16:28.004049940 -0400
35 +@@ -127,6 +127,7 @@ cifs_read_super(struct super_block *sb,
36 + kfree(cifs_sb);
37 + return rc;
38 + }
39 ++ cifs_sb->bdi.ra_pages = default_backing_dev_info.ra_pages;
40 +
41 + #ifdef CONFIG_CIFS_DFS_UPCALL
42 + /* copy mount params to sb for use in submounts */