diff options
| author | Josh Boyer <jwboyer@redhat.com> | 2012-01-25 17:08:55 -0500 |
|---|---|---|
| committer | Josh Boyer <jwboyer@redhat.com> | 2012-01-25 19:03:22 -0500 |
| commit | b4c7c3009663ddcfbd6f3dbe611581dd3312ab1e (patch) | |
| tree | 9de6a49ec991eee159be92617ec4b0f86b304262 /kernel.spec | |
| parent | 62e9e5ab948df1986d0c054176b6712e1475d9a3 (diff) | |
| download | kernel-b4c7c3009663ddcfbd6f3dbe611581dd3312ab1e.tar.gz kernel-b4c7c3009663ddcfbd6f3dbe611581dd3312ab1e.tar.xz kernel-b4c7c3009663ddcfbd6f3dbe611581dd3312ab1e.zip | |
Add patch to invalidate parent cache when fsync is called on a partition
(rhbz 783211)
Diffstat (limited to 'kernel.spec')
| -rw-r--r-- | kernel.spec | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec index 9d029d22..9ec8c629 100644 --- a/kernel.spec +++ b/kernel.spec @@ -736,6 +736,9 @@ Patch21070: ext4-Support-check-none-nocheck-mount-options.patch Patch21073: KVM-x86-extend-struct-x86_emulate_ops-with-get_cpuid.patch Patch21074: KVM-x86-fix-missing-checks-in-syscall-emulation.patch +#rhbz 783211 +Patch21087: fs-Inval-cache-for-parent-block-device-if-fsync-called-on-part.patch + Patch21091: kmemleak.patch # compat-wireless patches @@ -745,6 +748,7 @@ Patch50002: compat-wireless-integrated-build.patch Patch50100: brcmfmac-gcc47.patch + %endif BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root @@ -1427,6 +1431,9 @@ ApplyPatch KVM-x86-fix-missing-checks-in-syscall-emulation.patch ApplyPatch kmemleak.patch +#rhbz 783211 +ApplyPatch fs-Inval-cache-for-parent-block-device-if-fsync-called-on-part.patch + # END OF PATCH APPLICATIONS %endif @@ -2268,6 +2275,8 @@ fi %changelog * Wed Jan 25 2012 Josh Boyer <jwboyer@redhat.com> - Update utrace.patch from Oleg Nesterov +- Add patch to invalidate parent cache when fsync is called on a partition + (rhbz 783211) * Wed Jan 25 2012 Josh Boyer <jwboyer@redhat.com> - 3.3.0-0.rc1.git2.1 - Linux 3.3-rc1-git2 (upstream f8275f9694b8adf9f3498e747ea4c3e8b984499b) |
