diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2013-10-16 13:50:26 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2013-10-16 14:11:24 -0400 |
commit | c517fd6ab4345254dc5d18793de6f7cfd51e4d43 (patch) | |
tree | 75fc4ebc630bf5a2c1d15c8b20484944e26eee4c /kernel.spec | |
parent | 458031cff9a0dfb0c74fb1a638905b3b17e923fc (diff) | |
download | kernel-c517fd6ab4345254dc5d18793de6f7cfd51e4d43.tar.gz kernel-c517fd6ab4345254dc5d18793de6f7cfd51e4d43.tar.xz kernel-c517fd6ab4345254dc5d18793de6f7cfd51e4d43.zip |
Fix btrfs balance/scrub issue (rhbz 1011714)
Diffstat (limited to 'kernel.spec')
-rw-r--r-- | kernel.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 444255b63..cb6da0ba6 100644 --- a/kernel.spec +++ b/kernel.spec @@ -742,6 +742,9 @@ Patch25128: dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch #rhbz 1000439 Patch25129: cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch +#rhbz 1011714 +Patch25131: btrfs-relocate-csums-properly-with-prealloc-ext.patch + # END OF PATCH DEFINITIONS %endif @@ -1441,6 +1444,9 @@ ApplyPatch dm-cache-policy-mq_fix-large-scale-table-allocation-bug.patch #rhbz 1000439 ApplyPatch cpupower-Fix-segfault-due-to-incorrect-getopt_long-a.patch +#rhbz 1011714 +ApplyPatch btrfs-relocate-csums-properly-with-prealloc-ext.patch + # END OF PATCH APPLICATIONS %endif @@ -2245,6 +2251,7 @@ fi # || || %changelog * Wed Oct 16 2013 Josh Boyer <jwboyer@fedoraproject.org> +- Fix btrfs balance/scrub issue (rhbz 1011714) - Clean up a bunch of stale patches * Wed Oct 16 2013 Josh Boyer <jwboyer@fedoraproject.org> - 3.12.0-0.rc5.git2.1 |