|
|
Author: davej
Update of /cvs/dist/rpms/kernel/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv26823
Modified Files:
kernel-2.6.spec
Log Message:
missing nfs fix from fc6
Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/FC-5/kernel-2.6.spec,v
retrieving revision 1.2234
retrieving revision 1.2235
diff -u -r1.2234 -r1.2235
--- kernel-2.6.spec 9 Nov 2006 23:48:34 -0000 1.2234
+++ kernel-2.6.spec 9 Nov 2006 23:53:04 -0000 1.2235
@@ -372,6 +372,8 @@
Patch1441: linux-2.6-nfs-selinux-oops.patch
# Fix rpc_pipefs umount oops
Patch1442: linux-2.6.17-nfs-fix_client_shutdown.patch
+# Fix NFS DIO error
+Patch1443: linux-2.6-nfs-dio-error.patch
# EXT3/JBD fixes
Patch1450: linux-2.6-ext3-16tb-overflow-fixes.patch
@@ -919,6 +921,8 @@
%patch1441 -p1
# Fix rpc_pipefs umount oops
%patch1442 -p1
+# Fix bug triggered by fsstress on nfs
+%patch1443 -p1
# EXT3
# overflows at 16tb fix
--
fedora-cvs-commits mailing list
fedora-cvs-commits@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/fedora-cvs-commits
|
|