Skip to content
Snippets Groups Projects
Commit 4d6312eb authored by Yang Sheng's avatar Yang Sheng
Browse files

Branch HEAD

b=16221
i=adilger

Remove 2.6.12-vanilla support from HEAD.
parent 3c670d0a
No related branches found
No related tags found
No related merge requests found
Index: linux-2.6.5-SLES9_SP1_BRANCH_2004111114454891_lustre.1.4.0-phik/include/scsi/scsi_host.h
===================================================================
--- linux-2.6.5-SLES9_SP1_BRANCH_2004111114454891_lustre.1.4.0-phik.orig/include/scsi/scsi_host.h 2005-01-07 04:23:12.344880136 -0800
+++ linux-2.6.5-SLES9_SP1_BRANCH_2004111114454891_lustre.1.4.0-phik/include/scsi/scsi_host.h 2005-01-07 04:23:33.338688592 -0800
@@ -24,7 +24,7 @@
* used in one scatter-gather request.
*/
#define SG_NONE 0
-#define SG_ALL 0xff
+#define SG_ALL 256
#define DISABLE_CLUSTERING 0
Index: linux-2.6.5-SLES9_SP1_BRANCH_2004111114454891_lustre.1.4.0-phik/include/linux/blkdev.h
===================================================================
--- linux-2.6.5-SLES9_SP1_BRANCH_2004111114454891_lustre.1.4.0-phik.orig/include/linux/blkdev.h 2004-11-11 07:28:28.000000000 -0800
+++ linux-2.6.5-SLES9_SP1_BRANCH_2004111114454891_lustre.1.4.0-phik/include/linux/blkdev.h 2005-01-07 04:24:33.819494112 -0800
@@ -647,8 +647,8 @@
extern void blk_rq_prep_restart(struct request *);
extern int blkdev_issue_flush(struct block_device *, sector_t *);
-#define MAX_PHYS_SEGMENTS 128
-#define MAX_HW_SEGMENTS 128
+#define MAX_PHYS_SEGMENTS 256
+#define MAX_HW_SEGMENTS 256
#define MAX_SECTORS 255
#define MAX_SEGMENT_SIZE 65536
Index: uml-2.6.3/include/linux/dcache.h
===================================================================
--- uml-2.6.3.orig/include/linux/dcache.h 2004-02-21 00:19:14.365988600 +0800
+++ uml-2.6.3/include/linux/dcache.h 2004-02-21 00:21:04.612228624 +0800
@@ -25,6 +25,11 @@
#define IS_ROOT(x) ((x) == (x)->d_parent)
+struct dentry_params {
+ unsigned long p_inum;
+ void *p_ptr;
+};
+
/*
* "quick string" -- eases parameter passing, but more importantly
* saves "metadata" about the string (ie length and the hash).
This diff is collapsed.
lustre_version.patch
vfs_intent-2.6.12.patch
vfs_races-2.6.12.patch
ext3-wantedi-misc-2.6-suse.patch
jbd-2.6.10-jcberr.patch
iopen-misc-2.6.12.patch
export-truncate-2.6-suse.patch
export_symbols-2.6.12.patch
dev_read_only-2.6-suse.patch
export-2.6-suse.patch
lookup_bdev_init_intent.patch
8kstack-2.6.12.patch
remove-suid-2.6-suse.patch
export-show_task-2.6-vanilla.patch
sd_iostats-2.6-rhel4.patch
blkdev_tunables-2.6-suse.patch
fsprivate-2.6.patch
export_symbol_numa.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment