Revert "Use looser 9pfs caching in VM tests/builds"
This reverts commit bbd03e236a58e9344c91861513699e070186a3c5.
This commit is contained in:
parent
b4cd251c54
commit
c71a893334
@ -175,13 +175,4 @@ rec {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
p9_caching_4_4 = rec
|
|
||||||
{ name = "9p-caching.patch";
|
|
||||||
patch = fetchpatch {
|
|
||||||
inherit name;
|
|
||||||
url = https://github.com/edolstra/linux/commit/d522582553368b9564e2d88a8d7b1d469bf98c65.patch;
|
|
||||||
sha256 = "01h7461pdgavd6ghd6w9wg136hkaca0mrmmzhy6s3phksksimbc2";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -11282,7 +11282,6 @@ with pkgs;
|
|||||||
kernelPatches =
|
kernelPatches =
|
||||||
[ kernelPatches.bridge_stp_helper
|
[ kernelPatches.bridge_stp_helper
|
||||||
kernelPatches.cpu-cgroup-v2."4.4"
|
kernelPatches.cpu-cgroup-v2."4.4"
|
||||||
kernelPatches.p9_caching_4_4
|
|
||||||
]
|
]
|
||||||
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
++ lib.optionals ((platform.kernelArch or null) == "mips")
|
||||||
[ kernelPatches.mips_fpureg_emu
|
[ kernelPatches.mips_fpureg_emu
|
||||||
|
Loading…
x
Reference in New Issue
Block a user