Skip to content

Commit c71a893

Browse files
committedFeb 13, 2017
Revert "Use looser 9pfs caching in VM tests/builds"
This reverts commit bbd03e2.
1 parent b4cd251 commit c71a893

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed
 

Diff for: ‎pkgs/os-specific/linux/kernel/patches.nix

-9
Original file line numberDiff line numberDiff line change
@@ -175,13 +175,4 @@ rec {
175175
};
176176
};
177177

178-
p9_caching_4_4 = rec
179-
{ name = "9p-caching.patch";
180-
patch = fetchpatch {
181-
inherit name;
182-
url = https://github.com/edolstra/linux/commit/d522582553368b9564e2d88a8d7b1d469bf98c65.patch;
183-
sha256 = "01h7461pdgavd6ghd6w9wg136hkaca0mrmmzhy6s3phksksimbc2";
184-
};
185-
};
186-
187178
}

Diff for: ‎pkgs/top-level/all-packages.nix

-1
Original file line numberDiff line numberDiff line change
@@ -11282,7 +11282,6 @@ with pkgs;
1128211282
kernelPatches =
1128311283
[ kernelPatches.bridge_stp_helper
1128411284
kernelPatches.cpu-cgroup-v2."4.4"
11285-
kernelPatches.p9_caching_4_4
1128611285
]
1128711286
++ lib.optionals ((platform.kernelArch or null) == "mips")
1128811287
[ kernelPatches.mips_fpureg_emu

2 commit comments

Comments
 (2)

copumpkin commented on Feb 13, 2017

@copumpkin
Member

Pity! Sounded good at first glance. What went wrong?

copumpkin commented on Feb 13, 2017

@copumpkin
Member

Oh, thanks!

Please sign in to comment.