All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-2.6.0-test7 patch of 2003.09.12 snapshot
@ 2003-10-10  4:12 Geoff Oakham
  0 siblings, 0 replies; only message in thread
From: Geoff Oakham @ 2003-10-10  4:12 UTC (permalink / raw)
  To: reiserfs-list

[-- Attachment #1: Type: text/plain, Size: 417 bytes --]

These are the modifications I had to make to reiser4.diff (from snapshot
2003.09.12) to get it compile with linux-2.6.0-test7.  I hope someone
finds it useful..

Geoff "why yes, it's a patch-patch.." Oakham

-- 
  PGP fingerprint: 8ADC 92E1 6782 D034 E0E3  8EF4 EA4D 25E3 C17C 48D2
  "If you want to learn more about guns, get a job at [an American]
  convenience store or visit our website at ... " --Michael Moore


[-- Attachment #2: diff.diff --]
[-- Type: text/plain, Size: 2877 bytes --]

--- reiser4.diff	2003-10-05 10:55:49.000000000 -0400
+++ reiser4.linux-2.6.0-test7.diff	2003-10-09 23:02:51.000000000 -0400
@@ -88787,14 +88787,15 @@ diff -rupN -X /home/green/dontdiff -x al
 diff -rupN -X /home/green/dontdiff -x all-reiser4.c -x regression.sh -x ulevel -x '*.bak' -x Makefile.user-level linux-2.5/include/asm-i386/unistd.h reiser4-linux-2.5-snapshot/include/asm-i386/unistd.h
 --- linux-2.5/include/asm-i386/unistd.h	2003-09-12 16:38:47.000000000 +0400
 +++ reiser4-linux-2.5-snapshot/include/asm-i386/unistd.h	2003-09-12 15:55:15.000000000 +0400
-@@ -278,8 +278,9 @@
+@@ -278,9 +278,10 @@
  #define __NR_tgkill		270
  #define __NR_utimes		271
  #define __NR_fadvise64_64	272
-+#define __NR_reiser4		273
+ #define __NR_vserver		273
++#define __NR_reiser4		274
  
--#define NR_syscalls 273
-+#define NR_syscalls 274
+-#define NR_syscalls 274
++#define NR_syscalls 275
  
  /* user-visible error numbers are in the range -1 - -124: see <asm-i386/errno.h> */
  
@@ -88940,16 +88941,28 @@ diff -rupN -X /home/green/dontdiff -x al
  void __wait_on_inode(struct inode * inode);
  void sync_inodes_sb(struct super_block *, int wait);
 diff -rupN -X /home/green/dontdiff -x all-reiser4.c -x regression.sh -x ulevel -x '*.bak' -x Makefile.user-level linux-2.5/kernel/ksyms.c reiser4-linux-2.5-snapshot/kernel/ksyms.c
---- linux-2.5/kernel/ksyms.c	2003-09-12 16:39:34.000000000 +0400
-+++ reiser4-linux-2.5-snapshot/kernel/ksyms.c	2003-09-12 15:55:27.000000000 +0400
-@@ -137,6 +137,7 @@ EXPORT_SYMBOL(kmap_pte);
- EXPORT_SYMBOL(page_address);
- #endif
- EXPORT_SYMBOL(get_user_pages);
+--- linux-2.5/mm/page-writeback.c	2003-09-12 16:39:34.000000000 +0400
++++ reiser4-linux-2.5-snapshot/mm/page-writeback.c	2003-09-12 15:55:27.000000000 +0400
+@@ -146,7 +146,7 @@ 
+  * If we're over `background_thresh' then pdflush is woken to perform some
+  * writeout.
+  */
+-static void balance_dirty_pages(struct address_space *mapping)
++/* static */ void balance_dirty_pages(struct address_space *mapping)
+ {
+ 	struct page_state ps;
+ 	long nr_reclaimable;
+diff -rupN -X /home/green/dontdiff -x all-reiser4.c -x regression.sh -x ulevel -x '*.bak' -x Makefile.user-level linux-2.5/kernel/ksyms.c reiser4-linux-2.5-snapshot/kernel/ksyms.c
+--- linux-2.5/mm/readahead.c	2003-09-12 16:39:34.000000000 +0400
++++ reiser4-linux-2.5-snapshot/mm/readahead.c	2003-09-12 15:55:27.000000000 +0400
+@@ -464,6 +464,7 @@ 
+ out:
+ 	return;
+ }
 +EXPORT_SYMBOL(page_cache_readahead);
  
- /* filesystem internal functions */
- EXPORT_SYMBOL(def_blk_fops);
+ 
+ /*
 diff -rupN -X /home/green/dontdiff -x all-reiser4.c -x regression.sh -x ulevel -x '*.bak' -x Makefile.user-level linux-2.5/mm/filemap.c reiser4-linux-2.5-snapshot/mm/filemap.c
 --- linux-2.5/mm/filemap.c	2003-09-12 16:39:38.000000000 +0400
 +++ reiser4-linux-2.5-snapshot/mm/filemap.c	2003-09-12 15:55:27.000000000 +0400

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-10  4:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-10  4:12 linux-2.6.0-test7 patch of 2003.09.12 snapshot Geoff Oakham

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.