Author: sparky Date: Fri Jun 23 16:59:27 2006 GMT Module: SOURCES Tag: HEAD ---- Log message: - compatibility patch if not patching with full con kolivas patchset nor fcache
---- Files affected: SOURCES: kernel-desktop-nock-compat.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/kernel-desktop-nock-compat.patch diff -u /dev/null SOURCES/kernel-desktop-nock-compat.patch:1.1 --- /dev/null Fri Jun 23 18:59:27 2006 +++ SOURCES/kernel-desktop-nock-compat.patch Fri Jun 23 18:59:22 2006 @@ -0,0 +1,10 @@ +--- linux-2.6.17/include/linux/bio.h 2006-06-18 03:49:35.000000000 +0200 ++++ linux-2.6.17.fcache/include/linux/bio.h 2006-06-21 15:58:45.000000000 +0200 +@@ -124,6 +124,7 @@ + #define BIO_BOUNCED 5 /* bio is a bounce bio */ + #define BIO_USER_MAPPED 6 /* contains user pages */ + #define BIO_EOPNOTSUPP 7 /* not supported */ ++#define BIO_NOMERGE 8 /* bio not mergeable */ + #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag))) + + /* ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
