]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.fixes/ocfs2-comments-typo-fix.patch
Reenabled linux-xen and xen-image build
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.fixes / ocfs2-comments-typo-fix.patch
CommitLineData
00e5a55c
BS
1From: Coly Li <coyli@suse.de>
2Date: Wed, 5 Nov 2008 15:16:24 +0800
3Subject: ocfs2: comments typo fix
4
5This patch fixes two typos in comments of ocfs2.
6
7Signed-off-by: Coly Li <coyli@suse.de>
8Signed-off-by: Mark Fasheh <mfasheh@suse.com>
9---
10 fs/ocfs2/dlm/userdlm.h | 2 +-
11 fs/ocfs2/ocfs2.h | 2 +-
12 2 files changed, 2 insertions(+), 2 deletions(-)
13
14Index: linux-2.6.27-ocfs2/fs/ocfs2/dlm/userdlm.h
15===================================================================
16--- linux-2.6.27-ocfs2.orig/fs/ocfs2/dlm/userdlm.h
17+++ linux-2.6.27-ocfs2/fs/ocfs2/dlm/userdlm.h
18@@ -33,7 +33,7 @@
19 #include <linux/workqueue.h>
20
21 /* user_lock_res->l_flags flags. */
22-#define USER_LOCK_ATTACHED (0x00000001) /* have we initialized
23+#define USER_LOCK_ATTACHED (0x00000001) /* we have initialized
24 * the lvb */
25 #define USER_LOCK_BUSY (0x00000002) /* we are currently in
26 * dlm_lock */
27Index: linux-2.6.27-ocfs2/fs/ocfs2/ocfs2.h
28===================================================================
29--- linux-2.6.27-ocfs2.orig/fs/ocfs2/ocfs2.h
30+++ linux-2.6.27-ocfs2/fs/ocfs2/ocfs2.h
31@@ -85,7 +85,7 @@ enum ocfs2_unlock_action {
32 };
33
34 /* ocfs2_lock_res->l_flags flags. */
35-#define OCFS2_LOCK_ATTACHED (0x00000001) /* have we initialized
36+#define OCFS2_LOCK_ATTACHED (0x00000001) /* we have initialized
37 * the lvb */
38 #define OCFS2_LOCK_BUSY (0x00000002) /* we are currently in
39 * dlm_lock */