]> git.pld-linux.org Git - packages/kernel.git/blame - kaio-kern-PLD-fix.patch
- added CONFIG_PDC202XXX_FORCE, for new ide drivers
[packages/kernel.git] / kaio-kern-PLD-fix.patch
CommitLineData
95a3dc76 1--- ../../SOURCES/kaio-kern-1.3-2.4.0.org Thu Mar 8 11:04:26 2001
2+++ ../../SOURCES/kaio-kern-1.3-2.4.0 Thu Mar 8 12:05:55 2001
3@@ -586,9 +586,9 @@
4 + void *kaio_info;
5 +#endif
6 +
7- };
8-
9- /*
10+ #ifdef CONFIG_LIDS
11+ /* LIDS reference box */
12+ struct lids_sys_acl *lids_sys_acl;
13 diff --exclude-from=/build1/ananth/aio-exclude -Naur /build1/ananth/linux-2.4.0/linux/init/main.c /build1/ananth/linux-2.4.0-aio/linux/init/main.c
14 --- /build1/ananth/linux-2.4.0/linux/init/main.c Wed Jan 3 20:45:26 2001
15 +++ /build1/ananth/linux-2.4.0-aio/linux/init/main.c Thu Jan 25 11:42:42 2001
16@@ -1607,7 +1607,7 @@
17 + * hash after allocation).
18 + */
19 + if (!page_cache) {
20-+ page_cache = page_cache_alloc();
21++ page_cache = page_cache_alloc(NULL);
22 + spin_unlock(&pagecache_lock);
23 + /*
24 + * That could have slept, so go around to the
This page took 0.02934 seconds and 4 git commands to generate.