Blame 0019-btrfs-Ensure-crc32c-module-is-installed.patch
|
Harald Hoyer |
3957aa |
From 5d55ceb75ca5a8d04f0a218aa14b6722af2e52ad Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
3957aa |
From: Colin Guthrie <colin@mageia.org>
|
|
Harald Hoyer |
3957aa |
Date: Mon, 26 Dec 2011 23:03:34 +0000
|
|
Harald Hoyer |
3957aa |
Subject: [PATCH] btrfs: Ensure crc32c module is installed.
|
|
Harald Hoyer |
3957aa |
|
|
Harald Hoyer |
3957aa |
As outlined here:
|
|
Harald Hoyer |
3957aa |
https://bugs.mageia.org/show_bug.cgi?id=3214
|
|
Harald Hoyer |
3957aa |
and:
|
|
Harald Hoyer |
3957aa |
https://bugs.launchpad.net/ubuntu/+source/linux-linaro-omap/+bug/715835
|
|
Harald Hoyer |
3957aa |
the btrfs module needs a CRC implementation.
|
|
Harald Hoyer |
3957aa |
---
|
|
Harald Hoyer |
3957aa |
modules.d/90btrfs/module-setup.sh | 2 +-
|
|
Harald Hoyer |
3957aa |
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
Harald Hoyer |
3957aa |
|
|
Harald Hoyer |
3957aa |
diff --git a/modules.d/90btrfs/module-setup.sh b/modules.d/90btrfs/module-setup.sh
|
|
Harald Hoyer |
3957aa |
index f89713f..d4abbaf 100755
|
|
Harald Hoyer |
3957aa |
--- a/modules.d/90btrfs/module-setup.sh
|
|
Harald Hoyer |
3957aa |
+++ b/modules.d/90btrfs/module-setup.sh
|
|
Harald Hoyer |
3957aa |
@@ -29,7 +29,7 @@ depends() {
|
|
Harald Hoyer |
3957aa |
}
|
|
Harald Hoyer |
3957aa |
|
|
Harald Hoyer |
3957aa |
installkernel() {
|
|
Harald Hoyer |
3957aa |
- instmods btrfs
|
|
Harald Hoyer |
3957aa |
+ instmods btrfs crc32c
|
|
Harald Hoyer |
3957aa |
}
|
|
Harald Hoyer |
3957aa |
|
|
Harald Hoyer |
3957aa |
install() {
|