summaryrefslogtreecommitdiffstats
path: root/linux-2.6-nfs4-callback-hidden.patch
diff options
context:
space:
mode:
authorJesse Keating <jkeating@redhat.com>2010-07-29 17:18:45 -0700
committerJesse Keating <jkeating@redhat.com>2010-07-29 17:18:45 -0700
commit2f82dda4a9bf41e64e864889bf06564bdf826e25 (patch)
tree118a7b483ae5de4dbf83d20001302f1404866ef0 /linux-2.6-nfs4-callback-hidden.patch
parent64ba2e5ffde5f2418eb26c700cb0ab62b04e5013 (diff)
downloaddom0-kernel-2f82dda4a9bf41e64e864889bf06564bdf826e25.tar.gz
dom0-kernel-2f82dda4a9bf41e64e864889bf06564bdf826e25.tar.xz
dom0-kernel-2f82dda4a9bf41e64e864889bf06564bdf826e25.zip
initial srpm import
Diffstat (limited to 'linux-2.6-nfs4-callback-hidden.patch')
-rw-r--r--linux-2.6-nfs4-callback-hidden.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/linux-2.6-nfs4-callback-hidden.patch b/linux-2.6-nfs4-callback-hidden.patch
new file mode 100644
index 0000000..8fc2368
--- /dev/null
+++ b/linux-2.6-nfs4-callback-hidden.patch
@@ -0,0 +1,20 @@
+Author: Steve Dickson <steved@redhat.com>
+Date: Tue Oct 13 15:59:57 EDT 2009
+
+To avoid hangs in the svc_unregister(), on version 4 mounts
+(and unmounts), when rpcbind is not running, make the nfs4 callback
+program an 'hidden' service by setting the 'vs_hidden' flag in the
+nfs4_callback_version structure.
+
+Signed-off-by: Steve Dickson <steved@redhat.com>
+
+diff -up linux-2.6.31.x86_64/fs/nfs/callback_xdr.c.orig linux-2.6.31.x86_64/fs/nfs/callback_xdr.c
+--- linux-2.6.31.x86_64/fs/nfs/callback_xdr.c.orig 2009-09-09 18:13:59.000000000 -0400
++++ linux-2.6.31.x86_64/fs/nfs/callback_xdr.c 2009-10-13 15:40:19.000000000 -0400
+@@ -716,5 +716,6 @@ struct svc_version nfs4_callback_version
+ .vs_proc = nfs4_callback_procedures1,
+ .vs_xdrsize = NFS4_CALLBACK_XDRSIZE,
+ .vs_dispatch = NULL,
++ .vs_hidden = 1,
+ };
+