]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.suse/dlm-comment-typo-fixes.patch
Revert "Move xen patchset to new version's subdir."
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.suse / dlm-comment-typo-fixes.patch
diff --git a/src/patches/suse-2.6.27.31/patches.suse/dlm-comment-typo-fixes.patch b/src/patches/suse-2.6.27.31/patches.suse/dlm-comment-typo-fixes.patch
deleted file mode 100644 (file)
index 2ee7816..0000000
+++ /dev/null
@@ -1,35 +0,0 @@
-From: Joe Perches <joe@perches.com>
-commit 2cf12c0bf261e19d9641d7b8aa220e2651a03289
-Author: Joe Perches <joe@perches.com>
-Date:   Thu Jan 22 13:26:47 2009 -0800
-Subject: dlm: comment typo fixes
-    
-Signed-off-by: Joe Perches <joe@perches.com>
-Signed-off-by: David Teigland <teigland@redhat.com>
-Signed-off-by: Coly Li <coly.li@suse.de>
-
-diff --git a/fs/dlm/lowcomms.c b/fs/dlm/lowcomms.c
-index bf09262..982314c 100644
---- a/fs/dlm/lowcomms.c
-+++ b/fs/dlm/lowcomms.c
-@@ -21,7 +21,7 @@
-  *
-  * Cluster nodes are referred to by their nodeids. nodeids are
-  * simply 32 bit numbers to the locking module - if they need to
-- * be expanded for the cluster infrastructure then that is it's
-+ * be expanded for the cluster infrastructure then that is its
-  * responsibility. It is this layer's
-  * responsibility to resolve these into IP address or
-  * whatever it needs for inter-node communication.
-@@ -36,9 +36,9 @@
-  * of high load. Also, this way, the sending thread can collect together
-  * messages bound for one node and send them in one block.
-  *
-- * lowcomms will choose to use wither TCP or SCTP as its transport layer
-+ * lowcomms will choose to use either TCP or SCTP as its transport layer
-  * depending on the configuration variable 'protocol'. This should be set
-- * to 0 (default) for TCP or 1 for SCTP. It shouldbe configured using a
-+ * to 0 (default) for TCP or 1 for SCTP. It should be configured using a
-  * cluster-wide mechanism as it must be the same on all nodes of the cluster
-  * for the DLM to function.
-  *